Html Css Color HEX #A2C25F Olivine

📋 copy color: '#A2C25F'

red 162 ◦ green 194 ◦ blue 95

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

Shades of Olivine #A2C25F

Tints of Olivine #A2C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 35.92%
G = 43.02%
B = 21.06%

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

#A2C25F (or 0xA2C25F) is known color: Olivine. HEX triplet: A2, C2 and 5F. RGB value is (162,194,95). Sum of RGB (Red+Green+Blue) = 162+194+95=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C25F is #5D3DA0. Grayscale: #ADADAD. Windows color (decimal): -6110625 or 6275746. OLE color: 6275746.

HSL color Cylindrical-coordinate representation of color #A2C25F: hue angle of 79.39º 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 #A2C25F is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 95 -
CMYK 0.16 0 0.51 0.24
HSL 79.39º 0.45% 0.57% -
HSV(B) 79.39º 0.51% 0.76% -
XYZ 36.26 47.09 18.01 -
YUV 173.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 162 194 95 0.16 0 0.51 0.24 79.39 0.45 0.57
Hex A2 C2 5F 10 0 33 18 4F 2D 39
Octal 242 302 137 20 0 63 30 117 55 71
Binary 10100010 11000010 1011111 10000 0 110011 11000 1001111 101101 111001

Color Harmonies of #A2C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C25F

Black with #A2C25F

Text Example


Text Example

White with #A2C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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