Html Css Color HEX #9ABE6A Olivine

📋 copy color: '#9ABE6A'

red 154 ◦ green 190 ◦ blue 106

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

Shades of Olivine #9ABE6A

Tints of Olivine #9ABE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 34.22%
G = 42.22%
B = 23.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#9ABE6A (or 0x9ABE6A) is known color: Olivine. HEX triplet: 9A, BE and 6A. RGB value is (154,190,106). Sum of RGB (Red+Green+Blue) = 154+190+106=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE6A is #654195. Grayscale: #A9A9A9. Windows color (decimal): -6635926 or 6995610. OLE color: 6995610.

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

Color convert

RGB 154 190 106 -
CMYK 0.19 0 0.44 0.25
HSL 85.71º 0.39% 0.58% -
HSV(B) 85.71º 0.44% 0.75% -
XYZ 34.34 44.74 20.46 -
YUV 169.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 154 190 106 0.19 0 0.44 0.25 85.71 0.39 0.58
Hex 9A BE 6A 13 0 2C 19 56 27 3A
Octal 232 276 152 23 0 54 31 126 47 72
Binary 10011010 10111110 1101010 10011 0 101100 11001 1010110 100111 111010

Color Harmonies of #9ABE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE6A

Black with #9ABE6A

Text Example


Text Example

White with #9ABE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,106); }

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

background-color css

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

 a { background-color: rgb(154,190,106); }

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

border-color css

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

 span { border-color: rgb(154,190,106); }

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