Html Css Color HEX #A6DC51 Conifer

📋 copy color: '#A6DC51'

red 166 ◦ green 220 ◦ blue 81

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

Shades of Conifer #A6DC51

Tints of Conifer #A6DC51

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

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

 BLUE value IS 81 (32.03% from 255) = 17.34%

R = 35.55%
G = 47.11%
B = 17.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A6DC51 (or 0xA6DC51) is known color: Conifer. HEX triplet: A6, DC and 51. RGB value is (166,220,81). Sum of RGB (Red+Green+Blue) = 166+220+81=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC51 is #5923AE. Grayscale: #BCBCBC. Windows color (decimal): -5841839 or 5364902. OLE color: 5364902.

HSL color Cylindrical-coordinate representation of color #A6DC51: hue angle of 83.31º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6DC51 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 81 -
CMYK 0.25 0 0.63 0.14
HSL 83.31º 0.67% 0.59% -
HSV(B) 83.31º 0.63% 0.86% -
XYZ 42.8 59.89 17.09 -
YUV 188.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 166 220 81 0.25 0 0.63 0.14 83.31 0.67 0.59
Hex A6 DC 51 19 0 3F E 53 43 3B
Octal 246 334 121 31 0 77 16 123 103 73
Binary 10100110 11011100 1010001 11001 0 111111 1110 1010011 1000011 111011

Color Harmonies of #A6DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC51

Black with #A6DC51

Text Example


Text Example

White with #A6DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC51; }

 p { color: rgb(166,220,81); }

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

background-color css

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

 a { background-color: rgb(166,220,81); }

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

border-color css

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

 span { border-color: rgb(166,220,81); }

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