#9CD26A

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

Shades of Olivine #9CD26A

Tints of Olivine #9CD26A

Color information

#9CD26A (or 0x9CD26A) is unknown color: approx Olivine. HEX triplet: 9C, D2 and 6A. RGB value is (156,210,106). Sum of RGB (Red+Green+Blue) = 156+210+106=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD26A is #632D95. Grayscale: #B6B6B6. Windows color (decimal): -6499734 or 7000732. OLE color: 7000732.

HSL color Cylindrical-coordinate representation of color #9CD26A: hue angle of 91.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CD26A is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB156210106-
CMYK0.2600.500.18
HSL91.15º53.61%61.96%-
HSV(B)91.15º49.52%82.35%-
XYZ39.3654.222.02-
YUV18285.11109.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=33.05%
G=44.49%
B=22.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101060.2600.500.1891.1553.6161.96
Hex9CD26A1A032125b363e
Octal23432215232062221336676
Binary10011100110100101101010110100110010100101011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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