Html Css Color HEX #9ABC70 Olivine

📋 copy color: '#9ABC70'

red 154 ◦ green 188 ◦ blue 112

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

Shades of Olivine #9ABC70

Tints of Olivine #9ABC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 33.92%
G = 41.41%
B = 24.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#9ABC70 (or 0x9ABC70) is known color: Olivine. HEX triplet: 9A, BC and 70. RGB value is (154,188,112). Sum of RGB (Red+Green+Blue) = 154+188+112=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC70 is #65438F. Grayscale: #A9A9A9. Windows color (decimal): -6636432 or 7388314. OLE color: 7388314.

HSL color Cylindrical-coordinate representation of color #9ABC70: hue angle of 86.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABC70 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 112 -
CMYK 0.18 0 0.40 0.26
HSL 86.84º 0.36% 0.59% -
HSV(B) 86.84º 0.4% 0.74% -
XYZ 34.23 44.01 22.02 -
YUV 169.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 154 188 112 0.18 0 0.40 0.26 86.84 0.36 0.59
Hex 9A BC 70 12 0 28 1A 57 24 3B
Octal 232 274 160 22 0 50 32 127 44 73
Binary 10011010 10111100 1110000 10010 0 101000 11010 1010111 100100 111011

Color Harmonies of #9ABC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC70

Black with #9ABC70

Text Example


Text Example

White with #9ABC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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