#94DF8E

Color #94DF8E Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #94DF8E

Tints of Granny Smith Apple #94DF8E

Color information

#94DF8E (or 0x94DF8E) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DF and 8E. RGB value is (148,223,142). Sum of RGB (Red+Green+Blue) = 148+223+142=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF8E is #6B2071. Grayscale: #BFBFBF. Windows color (decimal): -7020658 or 9363348. OLE color: 9363348.

HSL color Cylindrical-coordinate representation of color #94DF8E: hue angle of 115.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DF8E is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB148223142-
CMYK0.3400.360.13
HSL115.56º55.86%71.57%-
HSV(B)115.56º36.32%87.45%-
XYZ43.4861.0235.08-
YUV191.34100.1597.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=28.85%
G=43.47%
B=27.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482231420.3400.360.13115.5655.8671.57
Hex94DF8E22024D743848
Octal224337216420441516470110
Binary1001010011011111100011101000100100100110111101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,142); }

 H1.HeaderClassName
 {
   color: #94DF8E;
 }
 .AnyTagClassName
 {
   color: #94DF8E;
 }
</style>
background-color css

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

 a { background-color: rgb(148,223,142); }

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

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

 span { border-color: rgb(148,223,142); }

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