Html Css Color HEX #A2CE63 Olivine

📋 copy color: '#A2CE63'

red 162 ◦ green 206 ◦ blue 99

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

Shades of Olivine #A2CE63

Tints of Olivine #A2CE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 34.69%
G = 44.11%
B = 21.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#A2CE63 (or 0xA2CE63) is known color: Olivine. HEX triplet: A2, CE and 63. RGB value is (162,206,99). Sum of RGB (Red+Green+Blue) = 162+206+99=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE63 is #5D319C. Grayscale: #B5B5B5. Windows color (decimal): -6107549 or 6540962. OLE color: 6540962.

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

Color convert

RGB 162 206 99 -
CMYK 0.21 0 0.52 0.19
HSL 84.67º 0.52% 0.6% -
HSV(B) 84.67º 0.52% 0.81% -
XYZ 39.22 52.72 19.91 -
YUV 180.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 162 206 99 0.21 0 0.52 0.19 84.67 0.52 0.6
Hex A2 CE 63 15 0 34 13 55 34 3C
Octal 242 316 143 25 0 64 23 125 64 74
Binary 10100010 11001110 1100011 10101 0 110100 10011 1010101 110100 111100

Color Harmonies of #A2CE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE63

Black with #A2CE63

Text Example


Text Example

White with #A2CE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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