#95D192

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

Shades of Granny Smith Apple #95D192

Tints of Granny Smith Apple #95D192

Color information

#95D192 (or 0x95D192) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D1 and 92. RGB value is (149,209,146). Sum of RGB (Red+Green+Blue) = 149+209+146=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #95D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D192 is #6A2E6D. Grayscale: #B8B8B8. Windows color (decimal): -6958702 or 9621909. OLE color: 9621909.

HSL color Cylindrical-coordinate representation of color #95D192: hue angle of 117.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D192 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB149209146-
CMYK0.2900.300.18
HSL117.14º40.65%69.61%-
HSV(B)117.14º30.14%81.96%-
XYZ40.3854.0735.5-
YUV183.88106.62103.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=29.56%
G=41.47%
B=28.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091460.2900.300.18117.1440.6569.61
Hex95D1921D01E12752946
Octal225321222350362216551106
Binary100101011101000110010010111010111101001011101011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,146); }

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

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

 a { background-color: rgb(149,209,146); }

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

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

 span { border-color: rgb(149,209,146); }

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