Html Css Color HEX #9ABF80 Olivine

📋 copy color: '#9ABF80'

red 154 ◦ green 191 ◦ blue 128

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

Shades of Olivine #9ABF80

Tints of Olivine #9ABF80

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 32.56%
G = 40.38%
B = 27.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#9ABF80 (or 0x9ABF80) is known color: Olivine. HEX triplet: 9A, BF and 80. RGB value is (154,191,128). Sum of RGB (Red+Green+Blue) = 154+191+128=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF80 is #65407F. Grayscale: #ACACAC. Windows color (decimal): -6635648 or 8437658. OLE color: 8437658.

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

Color convert

RGB 154 191 128 -
CMYK 0.19 0 0.33 0.25
HSL 95.24º 0.33% 0.63% -
HSV(B) 95.24º 0.33% 0.75% -
XYZ 35.85 45.69 27.35 -
YUV 172.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 154 191 128 0.19 0 0.33 0.25 95.24 0.33 0.63
Hex 9A BF 80 13 0 21 19 5F 21 3F
Octal 232 277 200 23 0 41 31 137 41 77
Binary 10011010 10111111 10000000 10011 0 100001 11001 1011111 100001 111111

Color Harmonies of #9ABF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF80

Black with #9ABF80

Text Example


Text Example

White with #9ABF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,128); }

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

background-color css

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

 a { background-color: rgb(154,191,128); }

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

border-color css

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

 span { border-color: rgb(154,191,128); }

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