Html Css Color HEX #A2CE71 Olivine

📋 copy color: '#A2CE71'

red 162 ◦ green 206 ◦ blue 113

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

Shades of Olivine #A2CE71

Tints of Olivine #A2CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 33.68%
G = 42.83%
B = 23.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A2CE71 (or 0xA2CE71) is known color: Olivine. HEX triplet: A2, CE and 71. RGB value is (162,206,113). Sum of RGB (Red+Green+Blue) = 162+206+113=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE71 is #5D318E. Grayscale: #B6B6B6. Windows color (decimal): -6107535 or 7458466. OLE color: 7458466.

HSL color Cylindrical-coordinate representation of color #A2CE71: hue angle of 88.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2CE71 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 113 -
CMYK 0.21 0 0.45 0.19
HSL 88.39º 0.49% 0.63% -
HSV(B) 88.39º 0.45% 0.81% -
XYZ 39.95 53.02 23.75 -
YUV 182.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 162 206 113 0.21 0 0.45 0.19 88.39 0.49 0.63
Hex A2 CE 71 15 0 2D 13 58 31 3F
Octal 242 316 161 25 0 55 23 130 61 77
Binary 10100010 11001110 1110001 10101 0 101101 10011 1011000 110001 111111

Color Harmonies of #A2CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE71

Black with #A2CE71

Text Example


Text Example

White with #A2CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE71; }

 p { color: rgb(162,206,113); }

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

background-color css

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

 a { background-color: rgb(162,206,113); }

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

border-color css

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

 span { border-color: rgb(162,206,113); }

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