#99CC94

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

Shades of Granny Smith Apple #99CC94

Tints of Granny Smith Apple #99CC94

Color information

#99CC94 (or 0x99CC94) is unknown color: approx Granny Smith Apple. HEX triplet: 99, CC and 94. RGB value is (153,204,148). Sum of RGB (Red+Green+Blue) = 153+204+148=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC94 is #66336B. Grayscale: #B6B6B6. Windows color (decimal): -6697836 or 9751705. OLE color: 9751705.

HSL color Cylindrical-coordinate representation of color #99CC94: hue angle of 114.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99CC94 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB153204148-
CMYK0.2500.270.2
HSL114.64º35.44%69.02%-
HSV(B)114.64º27.45%80%-
XYZ40.0852.135.96-
YUV182.37108.6107.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=30.30%
G=40.40%
B=29.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041480.2500.270.2114.6435.4469.02
Hex99CC941901B14732345
Octal231314224310332416343105
Binary100110011100110010010100110010110111010011100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,148); }

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

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

 a { background-color: rgb(153,204,148); }

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

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

 span { border-color: rgb(153,204,148); }

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