Html Css Color HEX #9CD16D Olivine

📋 copy color: '#9CD16D'

red 156 ◦ green 209 ◦ blue 109

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

Shades of Olivine #9CD16D

Tints of Olivine #9CD16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

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

R = 32.91%
G = 44.09%
B = 23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#9CD16D (or 0x9CD16D) is known color: Olivine. HEX triplet: 9C, D1 and 6D. RGB value is (156,209,109). Sum of RGB (Red+Green+Blue) = 156+209+109=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD16D is #632E92. Grayscale: #B6B6B6. Windows color (decimal): -6499987 or 7197084. OLE color: 7197084.

HSL color Cylindrical-coordinate representation of color #9CD16D: hue angle of 91.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CD16D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 209 109 -
CMYK 0.25 0 0.48 0.18
HSL 91.8º 0.52% 0.62% -
HSV(B) 91.8º 0.48% 0.82% -
XYZ 39.27 53.77 22.78 -
YUV 181.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 156 209 109 0.25 0 0.48 0.18 91.8 0.52 0.62
Hex 9C D1 6D 19 0 30 12 5C 34 3E
Octal 234 321 155 31 0 60 22 134 64 76
Binary 10011100 11010001 1101101 11001 0 110000 10010 1011100 110100 111110

Color Harmonies of #9CD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD16D

Black with #9CD16D

Text Example


Text Example

White with #9CD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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