Html Css Color HEX #A2C57F Olivine

📋 copy color: '#A2C57F'

red 162 ◦ green 197 ◦ blue 127

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

Shades of Olivine #A2C57F

Tints of Olivine #A2C57F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 33.33%
G = 40.53%
B = 26.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#A2C57F (or 0xA2C57F) is known color: Olivine. HEX triplet: A2, C5 and 7F. RGB value is (162,197,127). Sum of RGB (Red+Green+Blue) = 162+197+127=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57F is #5D3A80. Grayscale: #B2B2B2. Windows color (decimal): -6109825 or 8373666. OLE color: 8373666.

HSL color Cylindrical-coordinate representation of color #A2C57F: hue angle of 90º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C57F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 127 -
CMYK 0.18 0 0.36 0.23
HSL 90º 0.38% 0.64% -
HSV(B) 90º 0.36% 0.77% -
XYZ 38.7 49.15 27.53 -
YUV 178.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 162 197 127 0.18 0 0.36 0.23 90 0.38 0.64
Hex A2 C5 7F 12 0 24 17 5A 26 40
Octal 242 305 177 22 0 44 27 132 46 100
Binary 10100010 11000101 1111111 10010 0 100100 10111 1011010 100110 1000000

Color Harmonies of #A2C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C57F

Black with #A2C57F

Text Example


Text Example

White with #A2C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C57F; }

 p { color: rgb(162,197,127); }

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

background-color css

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

 a { background-color: rgb(162,197,127); }

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

border-color css

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

 span { border-color: rgb(162,197,127); }

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