Html Css Color HEX #A2D860 Conifer

📋 copy color: '#A2D860'

red 162 ◦ green 216 ◦ blue 96

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

Shades of Conifer #A2D860

Tints of Conifer #A2D860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 34.18%
G = 45.57%
B = 20.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#A2D860 (or 0xA2D860) is known color: Conifer. HEX triplet: A2, D8 and 60. RGB value is (162,216,96). Sum of RGB (Red+Green+Blue) = 162+216+96=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D860 is #5D279F. Grayscale: #BABABA. Windows color (decimal): -6104992 or 6346914. OLE color: 6346914.

HSL color Cylindrical-coordinate representation of color #A2D860: hue angle of 87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D860 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 96 -
CMYK 0.25 0 0.56 0.15
HSL 87º 0.61% 0.61% -
HSV(B) 87º 0.56% 0.85% -
XYZ 41.57 57.64 20 -
YUV 186.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 162 216 96 0.25 0 0.56 0.15 87 0.61 0.61
Hex A2 D8 60 19 0 38 F 57 3D 3D
Octal 242 330 140 31 0 70 17 127 75 75
Binary 10100010 11011000 1100000 11001 0 111000 1111 1010111 111101 111101

Color Harmonies of #A2D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D860

Black with #A2D860

Text Example


Text Example

White with #A2D860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D860; }

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

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

background-color css

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

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

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

border-color css

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

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

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