Html Css Color HEX #A1DC57 Conifer

📋 copy color: '#A1DC57'

red 161 ◦ green 220 ◦ blue 87

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

Shades of Conifer #A1DC57

Tints of Conifer #A1DC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 34.4%
G = 47.01%
B = 18.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#A1DC57 (or 0xA1DC57) is known color: Conifer. HEX triplet: A1, DC and 57. RGB value is (161,220,87). Sum of RGB (Red+Green+Blue) = 161+220+87=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC57 is #5E23A8. Grayscale: #BBBBBB. Windows color (decimal): -6169513 or 5758113. OLE color: 5758113.

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

Color convert

RGB 161 220 87 -
CMYK 0.27 0 0.60 0.14
HSL 86.62º 0.66% 0.6% -
HSV(B) 86.62º 0.6% 0.86% -
XYZ 42.01 59.45 18.28 -
YUV 187.2 71.45 109.31 -
System Red Green Blue C M Y K H S L
Decimal 161 220 87 0.27 0 0.60 0.14 86.62 0.66 0.6
Hex A1 DC 57 1B 0 3C E 57 42 3C
Octal 241 334 127 33 0 74 16 127 102 74
Binary 10100001 11011100 1010111 11011 0 111100 1110 1010111 1000010 111100

Color Harmonies of #A1DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC57

Black with #A1DC57

Text Example


Text Example

White with #A1DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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