Html Css Color HEX #A2C27E Olivine

📋 copy color: '#A2C27E'

red 162 ◦ green 194 ◦ blue 126

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

Shades of Olivine #A2C27E

Tints of Olivine #A2C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 33.61%
G = 40.25%
B = 26.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A2C27E (or 0xA2C27E) is known color: Olivine. HEX triplet: A2, C2 and 7E. RGB value is (162,194,126). Sum of RGB (Red+Green+Blue) = 162+194+126=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27E is #5D3D81. Grayscale: #B0B0B0. Windows color (decimal): -6110594 or 8307362. OLE color: 8307362.

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

Color convert

RGB 162 194 126 -
CMYK 0.16 0 0.35 0.24
HSL 88.24º 0.36% 0.63% -
HSV(B) 88.24º 0.35% 0.76% -
XYZ 37.96 47.77 26.96 -
YUV 176.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 162 194 126 0.16 0 0.35 0.24 88.24 0.36 0.63
Hex A2 C2 7E 10 0 23 18 58 24 3F
Octal 242 302 176 20 0 43 30 130 44 77
Binary 10100010 11000010 1111110 10000 0 100011 11000 1011000 100100 111111

Color Harmonies of #A2C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C27E

Black with #A2C27E

Text Example


Text Example

White with #A2C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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