Html Css Color HEX #A2DC60 Conifer

📋 copy color: '#A2DC60'

red 162 ◦ green 220 ◦ blue 96

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

Shades of Conifer #A2DC60

Tints of Conifer #A2DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 33.89%
G = 46.03%
B = 20.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#A2DC60 (or 0xA2DC60) is known color: Conifer. HEX triplet: A2, DC and 60. RGB value is (162,220,96). Sum of RGB (Red+Green+Blue) = 162+220+96=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC60 is #5D239F. Grayscale: #BCBCBC. Windows color (decimal): -6103968 or 6347938. OLE color: 6347938.

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

Color convert

RGB 162 220 96 -
CMYK 0.26 0 0.56 0.14
HSL 88.06º 0.64% 0.62% -
HSV(B) 88.06º 0.56% 0.86% -
XYZ 42.6 59.71 20.35 -
YUV 188.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 162 220 96 0.26 0 0.56 0.14 88.06 0.64 0.62
Hex A2 DC 60 1A 0 38 E 58 40 3E
Octal 242 334 140 32 0 70 16 130 100 76
Binary 10100010 11011100 1100000 11010 0 111000 1110 1011000 1000000 111110

Color Harmonies of #A2DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC60

Black with #A2DC60

Text Example


Text Example

White with #A2DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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