Html Css Color HEX #A1DB66 Conifer

📋 copy color: '#A1DB66'

red 161 ◦ green 219 ◦ blue 102

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

Shades of Conifer #A1DB66

Tints of Conifer #A1DB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 33.4%
G = 45.44%
B = 21.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#A1DB66 (or 0xA1DB66) is known color: Conifer. HEX triplet: A1, DB and 66. RGB value is (161,219,102). Sum of RGB (Red+Green+Blue) = 161+219+102=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB66 is #5E2499. Grayscale: #BCBCBC. Windows color (decimal): -6169754 or 6740897. OLE color: 6740897.

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

Color convert

RGB 161 219 102 -
CMYK 0.26 0 0.53 0.14
HSL 89.74º 0.62% 0.63% -
HSV(B) 89.74º 0.53% 0.86% -
XYZ 42.43 59.2 21.76 -
YUV 188.32 79.28 108.51 -
System Red Green Blue C M Y K H S L
Decimal 161 219 102 0.26 0 0.53 0.14 89.74 0.62 0.63
Hex A1 DB 66 1A 0 35 E 5A 3E 3F
Octal 241 333 146 32 0 65 16 132 76 77
Binary 10100001 11011011 1100110 11010 0 110101 1110 1011010 111110 111111

Color Harmonies of #A1DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB66

Black with #A1DB66

Text Example


Text Example

White with #A1DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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