Html Css Color HEX #A0C764 Olivine

📋 copy color: '#A0C764'

red 160 ◦ green 199 ◦ blue 100

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

Shades of Olivine #A0C764

Tints of Olivine #A0C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.36%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 34.86%
G = 43.36%
B = 21.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A0C764 (or 0xA0C764) is known color: Olivine. HEX triplet: A0, C7 and 64. RGB value is (160,199,100). Sum of RGB (Red+Green+Blue) = 160+199+100=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C764 is #5F389B. Grayscale: #B0B0B0. Windows color (decimal): -6240412 or 6604704. OLE color: 6604704.

HSL color Cylindrical-coordinate representation of color #A0C764: hue angle of 83.64º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C764 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 100 -
CMYK 0.20 0 0.50 0.22
HSL 83.64º 0.47% 0.59% -
HSV(B) 83.64º 0.5% 0.78% -
XYZ 37.22 49.24 19.6 -
YUV 176.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 160 199 100 0.20 0 0.50 0.22 83.64 0.47 0.59
Hex A0 C7 64 14 0 32 16 54 2F 3B
Octal 240 307 144 24 0 62 26 124 57 73
Binary 10100000 11000111 1100100 10100 0 110010 10110 1010100 101111 111011

Color Harmonies of #A0C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C764

Black with #A0C764

Text Example


Text Example

White with #A0C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C764; }

 p { color: rgb(160,199,100); }

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

background-color css

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

 a { background-color: rgb(160,199,100); }

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

border-color css

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

 span { border-color: rgb(160,199,100); }

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