Html Css Color HEX #9CCA70 Olivine

📋 copy color: '#9CCA70'

red 156 ◦ green 202 ◦ blue 112

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

Shades of Olivine #9CCA70

Tints of Olivine #9CCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 33.19%
G = 42.98%
B = 23.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#9CCA70 (or 0x9CCA70) is known color: Olivine. HEX triplet: 9C, CA and 70. RGB value is (156,202,112). Sum of RGB (Red+Green+Blue) = 156+202+112=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA70 is #63358F. Grayscale: #B2B2B2. Windows color (decimal): -6501776 or 7391900. OLE color: 7391900.

HSL color Cylindrical-coordinate representation of color #9CCA70: hue angle of 90.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CCA70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 112 -
CMYK 0.23 0 0.45 0.21
HSL 90.67º 0.46% 0.62% -
HSV(B) 90.67º 0.45% 0.79% -
XYZ 37.76 50.48 23.08 -
YUV 177.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 156 202 112 0.23 0 0.45 0.21 90.67 0.46 0.62
Hex 9C CA 70 17 0 2D 15 5B 2E 3E
Octal 234 312 160 27 0 55 25 133 56 76
Binary 10011100 11001010 1110000 10111 0 101101 10101 1011011 101110 111110

Color Harmonies of #9CCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA70

Black with #9CCA70

Text Example


Text Example

White with #9CCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,112); }

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

background-color css

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

 a { background-color: rgb(156,202,112); }

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

border-color css

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

 span { border-color: rgb(156,202,112); }

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