#99DC92

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

Shades of Granny Smith Apple #99DC92

Tints of Granny Smith Apple #99DC92

Color information

#99DC92 (or 0x99DC92) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DC and 92. RGB value is (153,220,146). Sum of RGB (Red+Green+Blue) = 153+220+146=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC92 is #66236D. Grayscale: #BFBFBF. Windows color (decimal): -6693742 or 9624729. OLE color: 9624729.

HSL color Cylindrical-coordinate representation of color #99DC92: hue angle of 114.32º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DC92 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB153220146-
CMYK0.3000.340.14
HSL114.32º51.39%71.76%-
HSV(B)114.32º33.64%86.27%-
XYZ43.9260.0336.47-
YUV191.53102.3100.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=29.48%
G=42.39%
B=28.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201460.3000.340.14114.3251.3971.76
Hex99DC921E022E723348
Octal231334222360421616263110
Binary100110011101110010010010111100100010111011100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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