#95D694

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

Shades of Granny Smith Apple #95D694

Tints of Granny Smith Apple #95D694

Color information

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

HSL color Cylindrical-coordinate representation of color #95D694: hue angle of 119.09º 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 #95D694 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB149214148-
CMYK0.3000.310.16
HSL119.09º44.59%70.98%-
HSV(B)119.09º30.84%83.92%-
XYZ41.7956.6236.74-
YUV187.04105.97100.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141480.3000.310.16119.0944.5970.98
Hex95D6941E01F10772d47
Octal225326224360372016755107
Binary100101011101011010010100111100111111000011101111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D694; }

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

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

<style>
 a { background-color: #95D694; }

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

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

<style>
 span { border-color: #95D694; }

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

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