Html Css Color HEX #94DC96 Granny Smith Apple

📋 copy color: '#94DC96'

red 148 ◦ green 220 ◦ blue 150

#94DC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #94DC96

Tints of Granny Smith Apple #94DC96

RGB

 RED value IS 148 (58.2% from 255) = 28.57%

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 28.57%
G = 42.47%
B = 28.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94DC96 (or 0x94DC96) is known color: Granny Smith Apple. HEX triplet: 94, DC and 96. RGB value is (148,220,150). Sum of RGB (Red+Green+Blue) = 148+220+150=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC96 is #6B2369. Grayscale: #BEBEBE. Windows color (decimal): -7021418 or 9886868. OLE color: 9886868.

HSL color Cylindrical-coordinate representation of color #94DC96: hue angle of 121.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DC96 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 150 -
CMYK 0.33 0 0.32 0.14
HSL 121.67º 0.51% 0.72% -
HSV(B) 121.67º 0.33% 0.86% -
XYZ 43.31 59.68 38.09 -
YUV 190.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 148 220 150 0.33 0 0.32 0.14 121.67 0.51 0.72
Hex 94 DC 96 21 0 20 E 7A 33 48
Octal 224 334 226 41 0 40 16 172 63 110
Binary 10010100 11011100 10010110 100001 0 100000 1110 1111010 110011 1001000

Color Harmonies of #94DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC96

Black with #94DC96

Text Example


Text Example

White with #94DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DC96; }

 p { color: rgb(148,220,150); }

 H1.HeaderClassName
 {
   color: #94DC96;
 }
 .AnyTagClassName
 {
   color: #94DC96;
 }
</style>

background-color css

<style>
 a { background-color: #94DC96; }

 a { background-color: rgb(148,220,150); }

 div.DivClassName
 {
   background-color: #94DC96;
 }
 .BgClassName
 {
   background-color: #94DC96;
 }
</style>

border-color css

<style>
 span { border-color: #94DC96; }

 span { border-color: rgb(148,220,150); }

 td.TdClassName
 {
   border-color: #94DC96;
 }
 .TagClassName
 {
   border-color: #94DC96;
 }
</style>