#94DB8B

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

Shades of Granny Smith Apple #94DB8B

Tints of Granny Smith Apple #94DB8B

Color information

#94DB8B (or 0x94DB8B) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DB and 8B. RGB value is (148,219,139). Sum of RGB (Red+Green+Blue) = 148+219+139=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB8B is #6B2474. Grayscale: #BCBCBC. Windows color (decimal): -7021685 or 9165716. OLE color: 9165716.

HSL color Cylindrical-coordinate representation of color #94DB8B: hue angle of 113.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DB8B is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB148219139-
CMYK0.3200.370.14
HSL113.25º52.63%70.2%-
HSV(B)113.25º36.53%85.88%-
XYZ42.258.8233.56-
YUV188.6599.9899-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=29.25%
G=43.28%
B=27.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191390.3200.370.14113.2552.6370.2
Hex94DB8B20025E713546
Octal224333213400451616165106
Binary1001010011011011100010111000000100101111011100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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