Html Css Color HEX #A2CD63 Olivine

📋 copy color: '#A2CD63'

red 162 ◦ green 205 ◦ blue 99

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

Shades of Olivine #A2CD63

Tints of Olivine #A2CD63

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 34.76%
G = 43.99%
B = 21.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#A2CD63 (or 0xA2CD63) is known color: Olivine. HEX triplet: A2, CD and 63. RGB value is (162,205,99). Sum of RGB (Red+Green+Blue) = 162+205+99=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD63 is #5D329C. Grayscale: #B4B4B4. Windows color (decimal): -6107805 or 6540706. OLE color: 6540706.

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

Color convert

RGB 162 205 99 -
CMYK 0.21 0 0.52 0.20
HSL 84.34º 0.51% 0.6% -
HSV(B) 84.34º 0.52% 0.8% -
XYZ 38.98 52.24 19.83 -
YUV 180.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 162 205 99 0.21 0 0.52 0.20 84.34 0.51 0.6
Hex A2 CD 63 15 0 34 14 54 33 3C
Octal 242 315 143 25 0 64 24 124 63 74
Binary 10100010 11001101 1100011 10101 0 110100 10100 1010100 110011 111100

Color Harmonies of #A2CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CD63

Black with #A2CD63

Text Example


Text Example

White with #A2CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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