Html Css Color HEX #A0C062 Olivine

📋 copy color: '#A0C062'

red 160 ◦ green 192 ◦ blue 98

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

Shades of Olivine #A0C062

Tints of Olivine #A0C062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 35.56%
G = 42.67%
B = 21.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A0C062 (or 0xA0C062) is known color: Olivine. HEX triplet: A0, C0 and 62. RGB value is (160,192,98). Sum of RGB (Red+Green+Blue) = 160+192+98=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C062 is #5F3F9D. Grayscale: #ACACAC. Windows color (decimal): -6242206 or 6471840. OLE color: 6471840.

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

Color convert

RGB 160 192 98 -
CMYK 0.17 0 0.49 0.25
HSL 80.43º 0.43% 0.57% -
HSV(B) 80.43º 0.49% 0.75% -
XYZ 35.55 46.05 18.57 -
YUV 171.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 160 192 98 0.17 0 0.49 0.25 80.43 0.43 0.57
Hex A0 C0 62 11 0 31 19 50 2B 39
Octal 240 300 142 21 0 61 31 120 53 71
Binary 10100000 11000000 1100010 10001 0 110001 11001 1010000 101011 111001

Color Harmonies of #A0C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C062

Black with #A0C062

Text Example


Text Example

White with #A0C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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