#99CF92

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

Shades of Granny Smith Apple #99CF92

Tints of Granny Smith Apple #99CF92

Color information

#99CF92 (or 0x99CF92) is unknown color: approx Granny Smith Apple. HEX triplet: 99, CF and 92. RGB value is (153,207,146). Sum of RGB (Red+Green+Blue) = 153+207+146=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF92 is #66306D. Grayscale: #B8B8B8. Windows color (decimal): -6697070 or 9621401. OLE color: 9621401.

HSL color Cylindrical-coordinate representation of color #99CF92: hue angle of 113.11º degrees, saturation: 0.39, 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 #99CF92 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB153207146-
CMYK0.2600.290.19
HSL113.11º38.85%69.22%-
HSV(B)113.11º29.47%81.18%-
XYZ40.6453.4735.37-
YUV183.9106.61105.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=30.24%
G=40.91%
B=28.85%

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
Decimal1532071460.2600.290.19113.1138.8569.22
Hex99CF921A01D13712745
Octal231317222320352316147105
Binary100110011100111110010010110100111011001111100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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