Html Css Color HEX #A0C074 Olivine

📋 copy color: '#A0C074'

red 160 ◦ green 192 ◦ blue 116

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

Shades of Olivine #A0C074

Tints of Olivine #A0C074

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

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

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 34.19%
G = 41.03%
B = 24.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#A0C074 (or 0xA0C074) is known color: Olivine. HEX triplet: A0, C0 and 74. RGB value is (160,192,116). Sum of RGB (Red+Green+Blue) = 160+192+116=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C074 is #5F3F8B. Grayscale: #AEAEAE. Windows color (decimal): -6242188 or 7651488. OLE color: 7651488.

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

Color convert

RGB 160 192 116 -
CMYK 0.17 0 0.40 0.25
HSL 85.26º 0.38% 0.6% -
HSV(B) 85.26º 0.4% 0.75% -
XYZ 36.5 46.43 23.56 -
YUV 173.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 160 192 116 0.17 0 0.40 0.25 85.26 0.38 0.6
Hex A0 C0 74 11 0 28 19 55 26 3C
Octal 240 300 164 21 0 50 31 125 46 74
Binary 10100000 11000000 1110100 10001 0 101000 11001 1010101 100110 111100

Color Harmonies of #A0C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C074

Black with #A0C074

Text Example


Text Example

White with #A0C074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C074; }

 p { color: rgb(160,192,116); }

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

background-color css

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

 a { background-color: rgb(160,192,116); }

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

border-color css

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

 span { border-color: rgb(160,192,116); }

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