Html Css Color HEX #A0C766 Olivine

📋 copy color: '#A0C766'

red 160 ◦ green 199 ◦ blue 102

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

Shades of Olivine #A0C766

Tints of Olivine #A0C766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 34.71%
G = 43.17%
B = 22.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A0C766 (or 0xA0C766) is known color: Olivine. HEX triplet: A0, C7 and 66. RGB value is (160,199,102). Sum of RGB (Red+Green+Blue) = 160+199+102=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C766 is #5F3899. Grayscale: #B0B0B0. Windows color (decimal): -6240410 or 6735776. OLE color: 6735776.

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

Color convert

RGB 160 199 102 -
CMYK 0.20 0 0.49 0.22
HSL 84.12º 0.46% 0.59% -
HSV(B) 84.12º 0.49% 0.78% -
XYZ 37.32 49.28 20.12 -
YUV 176.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 160 199 102 0.20 0 0.49 0.22 84.12 0.46 0.59
Hex A0 C7 66 14 0 31 16 54 2E 3B
Octal 240 307 146 24 0 61 26 124 56 73
Binary 10100000 11000111 1100110 10100 0 110001 10110 1010100 101110 111011

Color Harmonies of #A0C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C766

Black with #A0C766

Text Example


Text Example

White with #A0C766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C766; }

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

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

background-color css

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

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

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

border-color css

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

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

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