Html Css Color HEX #A1DC4F Conifer

📋 copy color: '#A1DC4F'

red 161 ◦ green 220 ◦ blue 79

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

Shades of Conifer #A1DC4F

Tints of Conifer #A1DC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 35%
G = 47.83%
B = 17.17%

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

#A1DC4F (or 0xA1DC4F) is known color: Conifer. HEX triplet: A1, DC and 4F. RGB value is (161,220,79). Sum of RGB (Red+Green+Blue) = 161+220+79=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC4F is #5E23B0. Grayscale: #BABABA. Windows color (decimal): -6169521 or 5233825. OLE color: 5233825.

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

Color convert

RGB 161 220 79 -
CMYK 0.27 0 0.64 0.14
HSL 85.11º 0.67% 0.59% -
HSV(B) 85.11º 0.64% 0.86% -
XYZ 41.7 59.33 16.65 -
YUV 186.29 67.45 109.96 -
System Red Green Blue C M Y K H S L
Decimal 161 220 79 0.27 0 0.64 0.14 85.11 0.67 0.59
Hex A1 DC 4F 1B 0 40 E 55 43 3B
Octal 241 334 117 33 0 100 16 125 103 73
Binary 10100001 11011100 1001111 11011 0 1000000 1110 1010101 1000011 111011

Color Harmonies of #A1DC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC4F

Black with #A1DC4F

Text Example


Text Example

White with #A1DC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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