Html Css Color HEX #A0C06F Olivine

📋 copy color: '#A0C06F'

red 160 ◦ green 192 ◦ blue 111

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

Shades of Olivine #A0C06F

Tints of Olivine #A0C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 34.56%
G = 41.47%
B = 23.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A0C06F (or 0xA0C06F) is known color: Olivine. HEX triplet: A0, C0 and 6F. RGB value is (160,192,111). Sum of RGB (Red+Green+Blue) = 160+192+111=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C06F is #5F3F90. Grayscale: #ADADAD. Windows color (decimal): -6242193 or 7323808. OLE color: 7323808.

HSL color Cylindrical-coordinate representation of color #A0C06F: hue angle of 83.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0C06F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 111 -
CMYK 0.17 0 0.42 0.25
HSL 83.7º 0.39% 0.59% -
HSV(B) 83.7º 0.42% 0.75% -
XYZ 36.22 46.32 22.07 -
YUV 173.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 160 192 111 0.17 0 0.42 0.25 83.7 0.39 0.59
Hex A0 C0 6F 11 0 2A 19 54 27 3B
Octal 240 300 157 21 0 52 31 124 47 73
Binary 10100000 11000000 1101111 10001 0 101010 11001 1010100 100111 111011

Color Harmonies of #A0C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C06F

Black with #A0C06F

Text Example


Text Example

White with #A0C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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