#99CF93

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

Shades of Granny Smith Apple #99CF93

Tints of Granny Smith Apple #99CF93

Color information

#99CF93 (or 0x99CF93) is unknown color: approx Granny Smith Apple. HEX triplet: 99, CF and 93. RGB value is (153,207,147). Sum of RGB (Red+Green+Blue) = 153+207+147=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF93 is #66306C. Grayscale: #B8B8B8. Windows color (decimal): -6697069 or 9686937. OLE color: 9686937.

HSL color Cylindrical-coordinate representation of color #99CF93: hue angle of 114º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CF93 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB153207147-
CMYK0.2600.290.19
HSL114º38.46%69.41%-
HSV(B)114º28.99%81.18%-
XYZ40.7253.535.79-
YUV184.01107.11105.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=30.18%
G=40.83%
B=28.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071470.2600.290.1911438.4669.41
Hex99CF931A01D13722645
Octal231317223320352316246105
Binary100110011100111110010011110100111011001111100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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