Html Css Color HEX #9AB270 Olivine

📋 copy color: '#9AB270'

red 154 ◦ green 178 ◦ blue 112

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

Shades of Olivine #9AB270

Tints of Olivine #9AB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 34.68%
G = 40.09%
B = 25.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#9AB270 (or 0x9AB270) is known color: Olivine. HEX triplet: 9A, B2 and 70. RGB value is (154,178,112). Sum of RGB (Red+Green+Blue) = 154+178+112=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB270 is #654D8F. Grayscale: #A3A3A3. Windows color (decimal): -6638992 or 7385754. OLE color: 7385754.

HSL color Cylindrical-coordinate representation of color #9AB270: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB270 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 112 -
CMYK 0.13 0 0.37 0.30
HSL 81.82º 0.3% 0.57% -
HSV(B) 81.82º 0.37% 0.7% -
XYZ 32.17 39.88 21.33 -
YUV 163.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 154 178 112 0.13 0 0.37 0.30 81.82 0.3 0.57
Hex 9A B2 70 D 0 25 1E 52 1E 39
Octal 232 262 160 15 0 45 36 122 36 71
Binary 10011010 10110010 1110000 1101 0 100101 11110 1010010 11110 111001

Color Harmonies of #9AB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB270

Black with #9AB270

Text Example


Text Example

White with #9AB270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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