Html Css Color HEX #A2C875 Olivine

📋 copy color: '#A2C875'

red 162 ◦ green 200 ◦ blue 117

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

Shades of Olivine #A2C875

Tints of Olivine #A2C875

RGB

 RED value IS 162 (63.67% from 255) = 33.82%

 GREEN value IS 200 (78.52% from 255) = 41.75%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 33.82%
G = 41.75%
B = 24.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#A2C875 (or 0xA2C875) is known color: Olivine. HEX triplet: A2, C8 and 75. RGB value is (162,200,117). Sum of RGB (Red+Green+Blue) = 162+200+117=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C875 is #5D378A. Grayscale: #B3B3B3. Windows color (decimal): -6109067 or 7719074. OLE color: 7719074.

HSL color Cylindrical-coordinate representation of color #A2C875: hue angle of 87.47º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C875 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 117 -
CMYK 0.19 0 0.42 0.22
HSL 87.47º 0.43% 0.62% -
HSV(B) 87.47º 0.42% 0.78% -
XYZ 38.77 50.27 24.49 -
YUV 179.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 162 200 117 0.19 0 0.42 0.22 87.47 0.43 0.62
Hex A2 C8 75 13 0 2A 16 57 2B 3E
Octal 242 310 165 23 0 52 26 127 53 76
Binary 10100010 11001000 1110101 10011 0 101010 10110 1010111 101011 111110

Color Harmonies of #A2C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C875

Black with #A2C875

Text Example


Text Example

White with #A2C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C875; }

 p { color: rgb(162,200,117); }

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

background-color css

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

 a { background-color: rgb(162,200,117); }

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

border-color css

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

 span { border-color: rgb(162,200,117); }

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