#9CDC8B

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

Shades of Granny Smith Apple #9CDC8B

Tints of Granny Smith Apple #9CDC8B

Color information

#9CDC8B (or 0x9CDC8B) is unknown color: approx Granny Smith Apple. HEX triplet: 9C, DC and 8B. RGB value is (156,220,139). Sum of RGB (Red+Green+Blue) = 156+220+139=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDC8B is #632374. Grayscale: #BFBFBF. Windows color (decimal): -6497141 or 9165980. OLE color: 9165980.

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

Color convert

RGB156220139-
CMYK0.2900.370.14
HSL107.41º53.64%70.39%-
HSV(B)107.41º36.82%86.27%-
XYZ43.9660.1233.71-
YUV191.6398.3102.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=30.29%
G=42.72%
B=26.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201390.2900.370.14107.4153.6470.39
Hex9CDC8B1D025E6b3646
Octal234334213350451615366106
Binary100111001101110010001011111010100101111011010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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