Html Css Color HEX #9ACA6E Olivine

📋 copy color: '#9ACA6E'

red 154 ◦ green 202 ◦ blue 110

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

Shades of Olivine #9ACA6E

Tints of Olivine #9ACA6E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 33.05%
G = 43.35%
B = 23.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#9ACA6E (or 0x9ACA6E) is known color: Olivine. HEX triplet: 9A, CA and 6E. RGB value is (154,202,110). Sum of RGB (Red+Green+Blue) = 154+202+110=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA6E is #653591. Grayscale: #B1B1B1. Windows color (decimal): -6632850 or 7260826. OLE color: 7260826.

HSL color Cylindrical-coordinate representation of color #9ACA6E: hue angle of 91.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ACA6E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 202 110 -
CMYK 0.24 0 0.46 0.21
HSL 91.3º 0.46% 0.61% -
HSV(B) 91.3º 0.46% 0.79% -
XYZ 37.26 50.24 22.48 -
YUV 177.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 154 202 110 0.24 0 0.46 0.21 91.3 0.46 0.61
Hex 9A CA 6E 18 0 2E 15 5B 2E 3D
Octal 232 312 156 30 0 56 25 133 56 75
Binary 10011010 11001010 1101110 11000 0 101110 10101 1011011 101110 111101

Color Harmonies of #9ACA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACA6E

Black with #9ACA6E

Text Example


Text Example

White with #9ACA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,202,110); }

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

background-color css

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

 a { background-color: rgb(154,202,110); }

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

border-color css

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

 span { border-color: rgb(154,202,110); }

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