Html Css Color HEX #9CCF70 Olivine

📋 copy color: '#9CCF70'

red 156 ◦ green 207 ◦ blue 112

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

Shades of Olivine #9CCF70

Tints of Olivine #9CCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.58%

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

R = 32.84%
G = 43.58%
B = 23.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#9CCF70 (or 0x9CCF70) is known color: Olivine. HEX triplet: 9C, CF and 70. RGB value is (156,207,112). Sum of RGB (Red+Green+Blue) = 156+207+112=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF70 is #63308F. Grayscale: #B5B5B5. Windows color (decimal): -6500496 or 7393180. OLE color: 7393180.

HSL color Cylindrical-coordinate representation of color #9CCF70: hue angle of 92.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CCF70 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 112 -
CMYK 0.25 0 0.46 0.19
HSL 92.21º 0.5% 0.63% -
HSV(B) 92.21º 0.46% 0.81% -
XYZ 38.95 52.86 23.48 -
YUV 180.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 156 207 112 0.25 0 0.46 0.19 92.21 0.5 0.63
Hex 9C CF 70 19 0 2E 13 5C 32 3F
Octal 234 317 160 31 0 56 23 134 62 77
Binary 10011100 11001111 1110000 11001 0 101110 10011 1011100 110010 111111

Color Harmonies of #9CCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF70

Black with #9CCF70

Text Example


Text Example

White with #9CCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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