Html Css Color HEX #A1DC51 Conifer

📋 copy color: '#A1DC51'

red 161 ◦ green 220 ◦ blue 81

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

Shades of Conifer #A1DC51

Tints of Conifer #A1DC51

RGB

 RED value IS 161 (63.28% from 255) = 34.85%

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

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

R = 34.85%
G = 47.62%
B = 17.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A1DC51 (or 0xA1DC51) is known color: Conifer. HEX triplet: A1, DC and 51. RGB value is (161,220,81). Sum of RGB (Red+Green+Blue) = 161+220+81=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC51 is #5E23AE. Grayscale: #BBBBBB. Windows color (decimal): -6169519 or 5364897. OLE color: 5364897.

HSL color Cylindrical-coordinate representation of color #A1DC51: hue angle of 85.47º 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 #A1DC51 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 81 -
CMYK 0.27 0 0.63 0.14
HSL 85.47º 0.67% 0.59% -
HSV(B) 85.47º 0.63% 0.86% -
XYZ 41.78 59.36 17.04 -
YUV 186.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 161 220 81 0.27 0 0.63 0.14 85.47 0.67 0.59
Hex A1 DC 51 1B 0 3F E 55 43 3B
Octal 241 334 121 33 0 77 16 125 103 73
Binary 10100001 11011100 1010001 11011 0 111111 1110 1010101 1000011 111011

Color Harmonies of #A1DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC51

Black with #A1DC51

Text Example


Text Example

White with #A1DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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