Html Css Color HEX #A2DC62 Conifer

📋 copy color: '#A2DC62'

red 162 ◦ green 220 ◦ blue 98

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

Shades of Conifer #A2DC62

Tints of Conifer #A2DC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 33.75%
G = 45.83%
B = 20.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A2DC62 (or 0xA2DC62) is known color: Conifer. HEX triplet: A2, DC and 62. RGB value is (162,220,98). Sum of RGB (Red+Green+Blue) = 162+220+98=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC62 is #5D239D. Grayscale: #BDBDBD. Windows color (decimal): -6103966 or 6479010. OLE color: 6479010.

HSL color Cylindrical-coordinate representation of color #A2DC62: hue angle of 88.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2DC62 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 220 98 -
CMYK 0.26 0 0.55 0.14
HSL 88.52º 0.64% 0.62% -
HSV(B) 88.52º 0.55% 0.86% -
XYZ 42.7 59.75 20.84 -
YUV 188.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 162 220 98 0.26 0 0.55 0.14 88.52 0.64 0.62
Hex A2 DC 62 1A 0 37 E 59 40 3E
Octal 242 334 142 32 0 67 16 131 100 76
Binary 10100010 11011100 1100010 11010 0 110111 1110 1011001 1000000 111110

Color Harmonies of #A2DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC62

Black with #A2DC62

Text Example


Text Example

White with #A2DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC62; }

 p { color: rgb(162,220,98); }

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

background-color css

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

 a { background-color: rgb(162,220,98); }

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

border-color css

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

 span { border-color: rgb(162,220,98); }

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