Html Css Color HEX #94D08B Granny Smith Apple

📋 copy color: '#94D08B'

red 148 ◦ green 208 ◦ blue 139

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

Shades of Granny Smith Apple #94D08B

Tints of Granny Smith Apple #94D08B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 29.9%
G = 42.02%
B = 28.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#94D08B (or 0x94D08B) is known color: Granny Smith Apple. HEX triplet: 94, D0 and 8B. RGB value is (148,208,139). Sum of RGB (Red+Green+Blue) = 148+208+139=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08B is #6B2F74. Grayscale: #B6B6B6. Windows color (decimal): -7024501 or 9162900. OLE color: 9162900.

HSL color Cylindrical-coordinate representation of color #94D08B: hue angle of 112.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D08B is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 139 -
CMYK 0.29 0 0.33 0.18
HSL 112.17º 0.42% 0.68% -
HSV(B) 112.17º 0.33% 0.82% -
XYZ 39.43 53.27 32.63 -
YUV 182.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 148 208 139 0.29 0 0.33 0.18 112.17 0.42 0.68
Hex 94 D0 8B 1D 0 21 12 70 2A 44
Octal 224 320 213 35 0 41 22 160 52 104
Binary 10010100 11010000 10001011 11101 0 100001 10010 1110000 101010 1000100

Color Harmonies of #94D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D08B

Black with #94D08B

Text Example


Text Example

White with #94D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,139); }

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

background-color css

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

 a { background-color: rgb(148,208,139); }

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

border-color css

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

 span { border-color: rgb(148,208,139); }

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