Html Css Color HEX #A1DA66 Conifer

📋 copy color: '#A1DA66'

red 161 ◦ green 218 ◦ blue 102

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

Shades of Conifer #A1DA66

Tints of Conifer #A1DA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 33.47%
G = 45.32%
B = 21.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A1DA66 (or 0xA1DA66) is known color: Conifer. HEX triplet: A1, DA and 66. RGB value is (161,218,102). Sum of RGB (Red+Green+Blue) = 161+218+102=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA66 is #5E2599. Grayscale: #BCBCBC. Windows color (decimal): -6170010 or 6740641. OLE color: 6740641.

HSL color Cylindrical-coordinate representation of color #A1DA66: hue angle of 89.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1DA66 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 102 -
CMYK 0.26 0 0.53 0.15
HSL 89.48º 0.61% 0.63% -
HSV(B) 89.48º 0.53% 0.85% -
XYZ 42.17 58.68 21.67 -
YUV 187.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 161 218 102 0.26 0 0.53 0.15 89.48 0.61 0.63
Hex A1 DA 66 1A 0 35 F 59 3D 3F
Octal 241 332 146 32 0 65 17 131 75 77
Binary 10100001 11011010 1100110 11010 0 110101 1111 1011001 111101 111111

Color Harmonies of #A1DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA66

Black with #A1DA66

Text Example


Text Example

White with #A1DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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