Html Css Color HEX #A2C25D Olivine

📋 copy color: '#A2C25D'

red 162 ◦ green 194 ◦ blue 93

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

Shades of Olivine #A2C25D

Tints of Olivine #A2C25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 36.08%
G = 43.21%
B = 20.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#A2C25D (or 0xA2C25D) is known color: Olivine. HEX triplet: A2, C2 and 5D. RGB value is (162,194,93). Sum of RGB (Red+Green+Blue) = 162+194+93=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C25D is #5D3DA2. Grayscale: #ADADAD. Windows color (decimal): -6110627 or 6144674. OLE color: 6144674.

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

Color convert

RGB 162 194 93 -
CMYK 0.16 0 0.52 0.24
HSL 79.01º 0.45% 0.56% -
HSV(B) 79.01º 0.52% 0.76% -
XYZ 36.17 47.06 17.53 -
YUV 172.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 162 194 93 0.16 0 0.52 0.24 79.01 0.45 0.56
Hex A2 C2 5D 10 0 34 18 4F 2D 38
Octal 242 302 135 20 0 64 30 117 55 70
Binary 10100010 11000010 1011101 10000 0 110100 11000 1001111 101101 111000

Color Harmonies of #A2C25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C25D

Black with #A2C25D

Text Example


Text Example

White with #A2C25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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