Html Css Color HEX #A2C264 Olivine

📋 copy color: '#A2C264'

red 162 ◦ green 194 ◦ blue 100

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

Shades of Olivine #A2C264

Tints of Olivine #A2C264

RGB

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

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

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

R = 35.53%
G = 42.54%
B = 21.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A2C264 (or 0xA2C264) is known color: Olivine. HEX triplet: A2, C2 and 64. RGB value is (162,194,100). Sum of RGB (Red+Green+Blue) = 162+194+100=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C264 is #5D3D9B. Grayscale: #AEAEAE. Windows color (decimal): -6110620 or 6603426. OLE color: 6603426.

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

Color convert

RGB 162 194 100 -
CMYK 0.16 0 0.48 0.24
HSL 80.43º 0.44% 0.58% -
HSV(B) 80.43º 0.48% 0.76% -
XYZ 36.49 47.19 19.24 -
YUV 173.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 162 194 100 0.16 0 0.48 0.24 80.43 0.44 0.58
Hex A2 C2 64 10 0 30 18 50 2C 3A
Octal 242 302 144 20 0 60 30 120 54 72
Binary 10100010 11000010 1100100 10000 0 110000 11000 1010000 101100 111010

Color Harmonies of #A2C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C264

Black with #A2C264

Text Example


Text Example

White with #A2C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C264; }

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

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

background-color css

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

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

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

border-color css

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

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

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