Html Css Color HEX #A2C27D Olivine

📋 copy color: '#A2C27D'

red 162 ◦ green 194 ◦ blue 125

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

Shades of Olivine #A2C27D

Tints of Olivine #A2C27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 33.68%
G = 40.33%
B = 25.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A2C27D (or 0xA2C27D) is known color: Olivine. HEX triplet: A2, C2 and 7D. RGB value is (162,194,125). Sum of RGB (Red+Green+Blue) = 162+194+125=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27D is #5D3D82. Grayscale: #B0B0B0. Windows color (decimal): -6110595 or 8241826. OLE color: 8241826.

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

Color convert

RGB 162 194 125 -
CMYK 0.16 0 0.36 0.24
HSL 87.83º 0.36% 0.63% -
HSV(B) 87.83º 0.36% 0.76% -
XYZ 37.89 47.75 26.62 -
YUV 176.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 162 194 125 0.16 0 0.36 0.24 87.83 0.36 0.63
Hex A2 C2 7D 10 0 24 18 58 24 3F
Octal 242 302 175 20 0 44 30 130 44 77
Binary 10100010 11000010 1111101 10000 0 100100 11000 1011000 100100 111111

Color Harmonies of #A2C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C27D

Black with #A2C27D

Text Example


Text Example

White with #A2C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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