#99E695

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

Shades of Granny Smith Apple #99E695

Tints of Granny Smith Apple #99E695

Color information

#99E695 (or 0x99E695) is unknown color: approx Granny Smith Apple. HEX triplet: 99, E6 and 95. RGB value is (153,230,149). Sum of RGB (Red+Green+Blue) = 153+230+149=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #99E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E695 is #66196A. Grayscale: #C5C5C5. Windows color (decimal): -6691179 or 9823897. OLE color: 9823897.

HSL color Cylindrical-coordinate representation of color #99E695: hue angle of 117.04º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E695 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB153230149-
CMYK0.3300.350.10
HSL117.04º61.83%74.31%-
HSV(B)117.04º35.22%90.2%-
XYZ46.8665.5438.61-
YUV197.74100.4996.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 230 (90.23% from 255) = 43.23%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=28.76%
G=43.23%
B=28.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532301490.3300.350.10117.0461.8374.31
Hex99E69521023A753e4a
Octal231346225410431216576112
Binary1001100111100110100101011000010100011101011101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E695; }

 p { color: rgb(153,230,149); }

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

<style>
 a { background-color: #99E695; }

 a { background-color: rgb(153,230,149); }

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

<style>
 span { border-color: #99E695; }

 span { border-color: rgb(153,230,149); }

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