Html Css Color HEX #9CD16A Olivine

📋 copy color: '#9CD16A'

red 156 ◦ green 209 ◦ blue 106

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

Shades of Olivine #9CD16A

Tints of Olivine #9CD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 33.12%
G = 44.37%
B = 22.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#9CD16A (or 0x9CD16A) is known color: Olivine. HEX triplet: 9C, D1 and 6A. RGB value is (156,209,106). Sum of RGB (Red+Green+Blue) = 156+209+106=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD16A is #632E95. Grayscale: #B5B5B5. Windows color (decimal): -6499990 or 7000476. OLE color: 7000476.

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

Color convert

RGB 156 209 106 -
CMYK 0.25 0 0.49 0.18
HSL 90.87º 0.53% 0.62% -
HSV(B) 90.87º 0.49% 0.82% -
XYZ 39.11 53.71 21.94 -
YUV 181.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 156 209 106 0.25 0 0.49 0.18 90.87 0.53 0.62
Hex 9C D1 6A 19 0 31 12 5B 35 3E
Octal 234 321 152 31 0 61 22 133 65 76
Binary 10011100 11010001 1101010 11001 0 110001 10010 1011011 110101 111110

Color Harmonies of #9CD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD16A

Black with #9CD16A

Text Example


Text Example

White with #9CD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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