Html Css Color HEX #A0C26D Olivine

📋 copy color: '#A0C26D'

red 160 ◦ green 194 ◦ blue 109

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

Shades of Olivine #A0C26D

Tints of Olivine #A0C26D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 34.56%
G = 41.9%
B = 23.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A0C26D (or 0xA0C26D) is known color: Olivine. HEX triplet: A0, C2 and 6D. RGB value is (160,194,109). Sum of RGB (Red+Green+Blue) = 160+194+109=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C26D is #5F3D92. Grayscale: #AEAEAE. Windows color (decimal): -6241683 or 7193248. OLE color: 7193248.

HSL color Cylindrical-coordinate representation of color #A0C26D: hue angle of 84º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0C26D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 109 -
CMYK 0.18 0 0.44 0.24
HSL 84º 0.41% 0.59% -
HSV(B) 84º 0.44% 0.76% -
XYZ 36.55 47.16 21.64 -
YUV 174.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 160 194 109 0.18 0 0.44 0.24 84 0.41 0.59
Hex A0 C2 6D 12 0 2C 18 54 29 3B
Octal 240 302 155 22 0 54 30 124 51 73
Binary 10100000 11000010 1101101 10010 0 101100 11000 1010100 101001 111011

Color Harmonies of #A0C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C26D

Black with #A0C26D

Text Example


Text Example

White with #A0C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C26D; }

 p { color: rgb(160,194,109); }

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

background-color css

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

 a { background-color: rgb(160,194,109); }

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

border-color css

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

 span { border-color: rgb(160,194,109); }

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