#99D093

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

Shades of Granny Smith Apple #99D093

Tints of Granny Smith Apple #99D093

Color information

#99D093 (or 0x99D093) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D0 and 93. RGB value is (153,208,147). Sum of RGB (Red+Green+Blue) = 153+208+147=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #99D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D093 is #662F6C. Grayscale: #B8B8B8. Windows color (decimal): -6696813 or 9687193. OLE color: 9687193.

HSL color Cylindrical-coordinate representation of color #99D093: hue angle of 114.1º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D093 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB153208147-
CMYK0.2600.290.18
HSL114.1º39.35%69.61%-
HSV(B)114.1º29.33%81.57%-
XYZ40.9653.9935.87-
YUV184.6106.78105.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=30.12%
G=40.94%
B=28.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532081470.2600.290.18114.139.3569.61
Hex99D0931A01D12722746
Octal231320223320352216247106
Binary100110011101000010010011110100111011001011100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,147); }

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

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

 a { background-color: rgb(153,208,147); }

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

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

 span { border-color: rgb(153,208,147); }

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