#9CDC94

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

Shades of Granny Smith Apple #9CDC94

Tints of Granny Smith Apple #9CDC94

Color information

#9CDC94 (or 0x9CDC94) is unknown color: approx Granny Smith Apple. HEX triplet: 9C, DC and 94. RGB value is (156,220,148). Sum of RGB (Red+Green+Blue) = 156+220+148=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDC94 is #63236B. Grayscale: #C0C0C0. Windows color (decimal): -6497132 or 9755804. OLE color: 9755804.

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

Color convert

RGB156220148-
CMYK0.2900.330.14
HSL113.33º50.7%72.16%-
HSV(B)113.33º32.73%86.27%-
XYZ44.6560.3937.32-
YUV192.66102.8101.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=29.77%
G=41.98%
B=28.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201480.2900.330.14113.3350.772.16
Hex9CDC941D021E713348
Octal234334224350411616163110
Binary100111001101110010010100111010100001111011100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDC94; }

 p { color: rgb(156,220,148); }

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

<style>
 a { background-color: #9CDC94; }

 a { background-color: rgb(156,220,148); }

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

<style>
 span { border-color: #9CDC94; }

 span { border-color: rgb(156,220,148); }

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