Html Css Color HEX #A1DC66 Conifer

📋 copy color: '#A1DC66'

red 161 ◦ green 220 ◦ blue 102

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

Shades of Conifer #A1DC66

Tints of Conifer #A1DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 33.33%
G = 45.55%
B = 21.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A1DC66 (or 0xA1DC66) is known color: Conifer. HEX triplet: A1, DC and 66. RGB value is (161,220,102). Sum of RGB (Red+Green+Blue) = 161+220+102=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC66 is #5E2399. Grayscale: #BDBDBD. Windows color (decimal): -6169498 or 6741153. OLE color: 6741153.

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

Color convert

RGB 161 220 102 -
CMYK 0.27 0 0.54 0.14
HSL 90º 0.63% 0.63% -
HSV(B) 90º 0.54% 0.86% -
XYZ 42.69 59.72 21.85 -
YUV 188.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 161 220 102 0.27 0 0.54 0.14 90 0.63 0.63
Hex A1 DC 66 1B 0 36 E 5A 3F 3F
Octal 241 334 146 33 0 66 16 132 77 77
Binary 10100001 11011100 1100110 11011 0 110110 1110 1011010 111111 111111

Color Harmonies of #A1DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC66

Black with #A1DC66

Text Example


Text Example

White with #A1DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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