Html Css Color HEX #94D08F Granny Smith Apple

📋 copy color: '#94D08F'

red 148 ◦ green 208 ◦ blue 143

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

Shades of Granny Smith Apple #94D08F

Tints of Granny Smith Apple #94D08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 29.66%
G = 41.68%
B = 28.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#94D08F (or 0x94D08F) is known color: Granny Smith Apple. HEX triplet: 94, D0 and 8F. RGB value is (148,208,143). Sum of RGB (Red+Green+Blue) = 148+208+143=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08F is #6B2F70. Grayscale: #B6B6B6. Windows color (decimal): -7024497 or 9425044. OLE color: 9425044.

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

Color convert

RGB 148 208 143 -
CMYK 0.29 0 0.31 0.18
HSL 115.38º 0.41% 0.69% -
HSV(B) 115.38º 0.31% 0.82% -
XYZ 39.73 53.39 34.2 -
YUV 182.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 148 208 143 0.29 0 0.31 0.18 115.38 0.41 0.69
Hex 94 D0 8F 1D 0 1F 12 73 29 45
Octal 224 320 217 35 0 37 22 163 51 105
Binary 10010100 11010000 10001111 11101 0 11111 10010 1110011 101001 1000101

Color Harmonies of #94D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D08F

Black with #94D08F

Text Example


Text Example

White with #94D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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