Html Css Color HEX #A2C260 Olivine

📋 copy color: '#A2C260'

red 162 ◦ green 194 ◦ blue 96

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

Shades of Olivine #A2C260

Tints of Olivine #A2C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 35.84%
G = 42.92%
B = 21.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A2C260 (or 0xA2C260) is known color: Olivine. HEX triplet: A2, C2 and 60. RGB value is (162,194,96). Sum of RGB (Red+Green+Blue) = 162+194+96=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C260 is #5D3D9F. Grayscale: #ADADAD. Windows color (decimal): -6110624 or 6341282. OLE color: 6341282.

HSL color Cylindrical-coordinate representation of color #A2C260: hue angle of 79.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2C260 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 96 -
CMYK 0.16 0 0.51 0.24
HSL 79.59º 0.45% 0.57% -
HSV(B) 79.59º 0.51% 0.76% -
XYZ 36.3 47.11 18.25 -
YUV 173.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 162 194 96 0.16 0 0.51 0.24 79.59 0.45 0.57
Hex A2 C2 60 10 0 33 18 50 2D 39
Octal 242 302 140 20 0 63 30 120 55 71
Binary 10100010 11000010 1100000 10000 0 110011 11000 1010000 101101 111001

Color Harmonies of #A2C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C260

Black with #A2C260

Text Example


Text Example

White with #A2C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C260; }

 p { color: rgb(162,194,96); }

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

background-color css

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

 a { background-color: rgb(162,194,96); }

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

border-color css

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

 span { border-color: rgb(162,194,96); }

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