Html Css Color HEX #A2CE6A Olivine

📋 copy color: '#A2CE6A'

red 162 ◦ green 206 ◦ blue 106

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

Shades of Olivine #A2CE6A

Tints of Olivine #A2CE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 34.18%
G = 43.46%
B = 22.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A2CE6A (or 0xA2CE6A) is known color: Olivine. HEX triplet: A2, CE and 6A. RGB value is (162,206,106). Sum of RGB (Red+Green+Blue) = 162+206+106=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE6A is #5D3195. Grayscale: #B5B5B5. Windows color (decimal): -6107542 or 6999714. OLE color: 6999714.

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

Color convert

RGB 162 206 106 -
CMYK 0.21 0 0.49 0.19
HSL 86.4º 0.51% 0.61% -
HSV(B) 86.4º 0.49% 0.81% -
XYZ 39.57 52.86 21.75 -
YUV 181.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 162 206 106 0.21 0 0.49 0.19 86.4 0.51 0.61
Hex A2 CE 6A 15 0 31 13 56 33 3D
Octal 242 316 152 25 0 61 23 126 63 75
Binary 10100010 11001110 1101010 10101 0 110001 10011 1010110 110011 111101

Color Harmonies of #A2CE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE6A

Black with #A2CE6A

Text Example


Text Example

White with #A2CE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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