#95DC90

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

Shades of Granny Smith Apple #95DC90

Tints of Granny Smith Apple #95DC90

Color information

#95DC90 (or 0x95DC90) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DC and 90. RGB value is (149,220,144). Sum of RGB (Red+Green+Blue) = 149+220+144=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DC90 is #6A236F. Grayscale: #BEBEBE. Windows color (decimal): -6955888 or 9493653. OLE color: 9493653.

HSL color Cylindrical-coordinate representation of color #95DC90: hue angle of 116.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DC90 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB149220144-
CMYK0.3200.350.14
HSL116.05º52.05%71.37%-
HSV(B)116.05º34.55%86.27%-
XYZ43.0259.5935.62-
YUV190.11101.9898.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=29.04%
G=42.88%
B=28.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201440.3200.350.14116.0552.0571.37
Hex95DC9020023E743447
Octal225334220400431616464107
Binary1001010111011100100100001000000100011111011101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,144); }

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

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

 a { background-color: rgb(149,220,144); }

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

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

 span { border-color: rgb(149,220,144); }

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