#94DA8B

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

Shades of Granny Smith Apple #94DA8B

Tints of Granny Smith Apple #94DA8B

Color information

#94DA8B (or 0x94DA8B) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DA and 8B. RGB value is (148,218,139). Sum of RGB (Red+Green+Blue) = 148+218+139=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA8B is #6B2574. Grayscale: #BCBCBC. Windows color (decimal): -7021941 or 9165460. OLE color: 9165460.

HSL color Cylindrical-coordinate representation of color #94DA8B: hue angle of 113.16º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DA8B is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB148218139-
CMYK0.3200.360.15
HSL113.16º51.63%70%-
HSV(B)113.16º36.24%85.49%-
XYZ41.9458.333.47-
YUV188.06100.3199.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=29.31%
G=43.17%
B=27.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181390.3200.360.15113.1651.6370
Hex94DA8B20024F713446
Octal224332213400441716164106
Binary1001010011011010100010111000000100100111111100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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