#94D695

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

Shades of Granny Smith Apple #94D695

Tints of Granny Smith Apple #94D695

Color information

#94D695 (or 0x94D695) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D6 and 95. RGB value is (148,214,149). Sum of RGB (Red+Green+Blue) = 148+214+149=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #94D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D695 is #6B296A. Grayscale: #BBBBBB. Windows color (decimal): -7022955 or 9819796. OLE color: 9819796.

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

Color convert

RGB148214149-
CMYK0.3100.300.16
HSL120.91º44.59%70.98%-
HSV(B)120.91º30.84%83.92%-
XYZ41.6856.5637.15-
YUV186.86106.63100.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=28.96%
G=41.88%
B=29.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141490.3100.300.16120.9144.5970.98
Hex94D6951F01E10792d47
Octal224326225370362017155107
Binary100101001101011010010101111110111101000011110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,149); }

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

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

 a { background-color: rgb(148,214,149); }

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

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

 span { border-color: rgb(148,214,149); }

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