Html Css Color HEX #A0CC73 Olivine

📋 copy color: '#A0CC73'

red 160 ◦ green 204 ◦ blue 115

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

Shades of Olivine #A0CC73

Tints of Olivine #A0CC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 33.4%
G = 42.59%
B = 24.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#A0CC73 (or 0xA0CC73) is known color: Olivine. HEX triplet: A0, CC and 73. RGB value is (160,204,115). Sum of RGB (Red+Green+Blue) = 160+204+115=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC73 is #5F338C. Grayscale: #B5B5B5. Windows color (decimal): -6239117 or 7589024. OLE color: 7589024.

HSL color Cylindrical-coordinate representation of color #A0CC73: hue angle of 89.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0CC73 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 115 -
CMYK 0.22 0 0.44 0.2
HSL 89.66º 0.47% 0.63% -
HSV(B) 89.66º 0.44% 0.8% -
XYZ 39.18 51.9 24.17 -
YUV 180.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 160 204 115 0.22 0 0.44 0.2 89.66 0.47 0.63
Hex A0 CC 73 16 0 2C 14 5A 2F 3F
Octal 240 314 163 26 0 54 24 132 57 77
Binary 10100000 11001100 1110011 10110 0 101100 10100 1011010 101111 111111

Color Harmonies of #A0CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC73

Black with #A0CC73

Text Example


Text Example

White with #A0CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC73; }

 p { color: rgb(160,204,115); }

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

background-color css

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

 a { background-color: rgb(160,204,115); }

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

border-color css

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

 span { border-color: rgb(160,204,115); }

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