Html Css Color HEX #9CC16D Olivine

📋 copy color: '#9CC16D'

red 156 ◦ green 193 ◦ blue 109

#9CC16D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9CC16D

Tints of Olivine #9CC16D

RGB

 RED value IS 156 (61.33% from 255) = 34.06%

 GREEN value IS 193 (75.78% from 255) = 42.14%

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 34.06%
G = 42.14%
B = 23.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#9CC16D (or 0x9CC16D) is known color: Olivine. HEX triplet: 9C, C1 and 6D. RGB value is (156,193,109). Sum of RGB (Red+Green+Blue) = 156+193+109=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC16D is #633E92. Grayscale: #ACACAC. Windows color (decimal): -6504083 or 7192988. OLE color: 7192988.

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

Color convert

RGB 156 193 109 -
CMYK 0.19 0 0.44 0.24
HSL 86.43º 0.4% 0.59% -
HSV(B) 86.43º 0.44% 0.76% -
XYZ 35.54 46.31 21.53 -
YUV 172.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 156 193 109 0.19 0 0.44 0.24 86.43 0.4 0.59
Hex 9C C1 6D 13 0 2C 18 56 28 3B
Octal 234 301 155 23 0 54 30 126 50 73
Binary 10011100 11000001 1101101 10011 0 101100 11000 1010110 101000 111011

Color Harmonies of #9CC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC16D

Black with #9CC16D

Text Example


Text Example

White with #9CC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,193,109); }

 H1.HeaderClassName
 {
   color: #9CC16D;
 }
 .AnyTagClassName
 {
   color: #9CC16D;
 }
</style>

background-color css

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

 a { background-color: rgb(156,193,109); }

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

border-color css

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

 span { border-color: rgb(156,193,109); }

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