Html Css Color HEX #9AC072 Olivine

📋 copy color: '#9AC072'

red 154 ◦ green 192 ◦ blue 114

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

Shades of Olivine #9AC072

Tints of Olivine #9AC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 33.48%
G = 41.74%
B = 24.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#9AC072 (or 0x9AC072) is known color: Olivine. HEX triplet: 9A, C0 and 72. RGB value is (154,192,114). Sum of RGB (Red+Green+Blue) = 154+192+114=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC072 is #653F8D. Grayscale: #ACACAC. Windows color (decimal): -6635406 or 7520410. OLE color: 7520410.

HSL color Cylindrical-coordinate representation of color #9AC072: hue angle of 89.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AC072 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 114 -
CMYK 0.20 0 0.41 0.25
HSL 89.23º 0.38% 0.6% -
HSV(B) 89.23º 0.41% 0.75% -
XYZ 35.21 45.78 22.9 -
YUV 171.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 154 192 114 0.20 0 0.41 0.25 89.23 0.38 0.6
Hex 9A C0 72 14 0 29 19 59 26 3C
Octal 232 300 162 24 0 51 31 131 46 74
Binary 10011010 11000000 1110010 10100 0 101001 11001 1011001 100110 111100

Color Harmonies of #9AC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC072

Black with #9AC072

Text Example


Text Example

White with #9AC072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,114); }

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

background-color css

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

 a { background-color: rgb(154,192,114); }

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

border-color css

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

 span { border-color: rgb(154,192,114); }

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