Html Css Color HEX #A2D063 Conifer

📋 copy color: '#A2D063'

red 162 ◦ green 208 ◦ blue 99

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

Shades of Conifer #A2D063

Tints of Conifer #A2D063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

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

R = 34.54%
G = 44.35%
B = 21.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#A2D063 (or 0xA2D063) is known color: Conifer. HEX triplet: A2, D0 and 63. RGB value is (162,208,99). Sum of RGB (Red+Green+Blue) = 162+208+99=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D063 is #5D2F9C. Grayscale: #B6B6B6. Windows color (decimal): -6107037 or 6541474. OLE color: 6541474.

HSL color Cylindrical-coordinate representation of color #A2D063: hue angle of 85.32º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D063 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 99 -
CMYK 0.22 0 0.52 0.18
HSL 85.32º 0.54% 0.6% -
HSV(B) 85.32º 0.52% 0.82% -
XYZ 39.71 53.69 20.08 -
YUV 181.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 162 208 99 0.22 0 0.52 0.18 85.32 0.54 0.6
Hex A2 D0 63 16 0 34 12 55 36 3C
Octal 242 320 143 26 0 64 22 125 66 74
Binary 10100010 11010000 1100011 10110 0 110100 10010 1010101 110110 111100

Color Harmonies of #A2D063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D063

Black with #A2D063

Text Example


Text Example

White with #A2D063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D063; }

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

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

background-color css

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

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

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

border-color css

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

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

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