Html Css Color HEX #9ABF64 Olivine

📋 copy color: '#9ABF64'

red 154 ◦ green 191 ◦ blue 100

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

Shades of Olivine #9ABF64

Tints of Olivine #9ABF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 34.61%
G = 42.92%
B = 22.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9ABF64 (or 0x9ABF64) is known color: Olivine. HEX triplet: 9A, BF and 64. RGB value is (154,191,100). Sum of RGB (Red+Green+Blue) = 154+191+100=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABF64 is #65409B. Grayscale: #A9A9A9. Windows color (decimal): -6635676 or 6602650. OLE color: 6602650.

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

Color convert

RGB 154 191 100 -
CMYK 0.19 0 0.48 0.25
HSL 84.4º 0.42% 0.57% -
HSV(B) 84.4º 0.48% 0.75% -
XYZ 34.26 45.05 18.95 -
YUV 169.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 154 191 100 0.19 0 0.48 0.25 84.4 0.42 0.57
Hex 9A BF 64 13 0 30 19 54 2A 39
Octal 232 277 144 23 0 60 31 124 52 71
Binary 10011010 10111111 1100100 10011 0 110000 11001 1010100 101010 111001

Color Harmonies of #9ABF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF64

Black with #9ABF64

Text Example


Text Example

White with #9ABF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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