#9CC26A

Color #9CC26A Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CC26A

Tints of Olivine #9CC26A

Color information

#9CC26A (or 0x9CC26A) is unknown color: approx Olivine. HEX triplet: 9C, C2 and 6A. RGB value is (156,194,106). Sum of RGB (Red+Green+Blue) = 156+194+106=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC26A is #633D95. Grayscale: #ACACAC. Windows color (decimal): -6503830 or 6996636. OLE color: 6996636.

HSL color Cylindrical-coordinate representation of color #9CC26A: hue angle of 85.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CC26A is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB156194106-
CMYK0.2000.450.24
HSL85.91º41.9%58.82%-
HSV(B)85.91º45.36%76.08%-
XYZ35.646.6920.77-
YUV172.6190.41116.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=34.21%
G=42.54%
B=23.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561941060.2000.450.2485.9141.958.82
Hex9CC26A1402D18562a3b
Octal23430215224055301265273
Binary10011100110000101101010101000101101110001010110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,106); }

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

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

 a { background-color: rgb(156,194,106); }

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

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

 span { border-color: rgb(156,194,106); }

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