Html Css Color HEX #9AC970 Olivine

📋 copy color: '#9AC970'

red 154 ◦ green 201 ◦ blue 112

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

Shades of Olivine #9AC970

Tints of Olivine #9AC970

RGB

 RED value IS 154 (60.55% from 255) = 32.98%

 GREEN value IS 201 (78.91% from 255) = 43.04%

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

R = 32.98%
G = 43.04%
B = 23.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#9AC970 (or 0x9AC970) is known color: Olivine. HEX triplet: 9A, C9 and 70. RGB value is (154,201,112). Sum of RGB (Red+Green+Blue) = 154+201+112=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC970 is #65368F. Grayscale: #B1B1B1. Windows color (decimal): -6633104 or 7391642. OLE color: 7391642.

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

Color convert

RGB 154 201 112 -
CMYK 0.23 0 0.44 0.21
HSL 91.69º 0.45% 0.61% -
HSV(B) 91.69º 0.44% 0.79% -
XYZ 37.14 49.81 22.99 -
YUV 176.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 154 201 112 0.23 0 0.44 0.21 91.69 0.45 0.61
Hex 9A C9 70 17 0 2C 15 5C 2D 3D
Octal 232 311 160 27 0 54 25 134 55 75
Binary 10011010 11001001 1110000 10111 0 101100 10101 1011100 101101 111101

Color Harmonies of #9AC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC970

Black with #9AC970

Text Example


Text Example

White with #9AC970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,201,112); }

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

background-color css

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

 a { background-color: rgb(154,201,112); }

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

border-color css

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

 span { border-color: rgb(154,201,112); }

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