#94D58F

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

Shades of Granny Smith Apple #94D58F

Tints of Granny Smith Apple #94D58F

Color information

#94D58F (or 0x94D58F) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D5 and 8F. RGB value is (148,213,143). Sum of RGB (Red+Green+Blue) = 148+213+143=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #94D58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D58F is #6B2A70. Grayscale: #B9B9B9. Windows color (decimal): -7023217 or 9426324. OLE color: 9426324.

HSL color Cylindrical-coordinate representation of color #94D58F: hue angle of 115.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D58F is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB148213143-
CMYK0.3100.330.16
HSL115.71º45.45%69.8%-
HSV(B)115.71º32.86%83.53%-
XYZ40.9655.8734.61-
YUV185.58103.97101.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=29.37%
G=42.26%
B=28.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131430.3100.330.16115.7145.4569.8
Hex94D58F1F02110742d46
Octal224325217370412016455106
Binary1001010011010101100011111111101000011000011101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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