Html Css Color HEX #A1DC50 Conifer

📋 copy color: '#A1DC50'

red 161 ◦ green 220 ◦ blue 80

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

Shades of Conifer #A1DC50

Tints of Conifer #A1DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 34.92%
G = 47.72%
B = 17.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#A1DC50 (or 0xA1DC50) is known color: Conifer. HEX triplet: A1, DC and 50. RGB value is (161,220,80). Sum of RGB (Red+Green+Blue) = 161+220+80=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC50 is #5E23AF. Grayscale: #BABABA. Windows color (decimal): -6169520 or 5299361. OLE color: 5299361.

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

Color convert

RGB 161 220 80 -
CMYK 0.27 0 0.64 0.14
HSL 85.29º 0.67% 0.59% -
HSV(B) 85.29º 0.64% 0.86% -
XYZ 41.74 59.34 16.84 -
YUV 186.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 161 220 80 0.27 0 0.64 0.14 85.29 0.67 0.59
Hex A1 DC 50 1B 0 40 E 55 43 3B
Octal 241 334 120 33 0 100 16 125 103 73
Binary 10100001 11011100 1010000 11011 0 1000000 1110 1010101 1000011 111011

Color Harmonies of #A1DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC50

Black with #A1DC50

Text Example


Text Example

White with #A1DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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