Html Css Color HEX #A1DD63 Conifer

📋 copy color: '#A1DD63'

red 161 ◦ green 221 ◦ blue 99

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

Shades of Conifer #A1DD63

Tints of Conifer #A1DD63

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 99 (39.06% from 255) = 20.58%

R = 33.47%
G = 45.95%
B = 20.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#A1DD63 (or 0xA1DD63) is known color: Conifer. HEX triplet: A1, DD and 63. RGB value is (161,221,99). Sum of RGB (Red+Green+Blue) = 161+221+99=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD63 is #5E229C. Grayscale: #BDBDBD. Windows color (decimal): -6169245 or 6544801. OLE color: 6544801.

HSL color Cylindrical-coordinate representation of color #A1DD63: hue angle of 89.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1DD63 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 99 -
CMYK 0.27 0 0.55 0.13
HSL 89.51º 0.64% 0.63% -
HSV(B) 89.51º 0.55% 0.87% -
XYZ 42.81 60.19 21.17 -
YUV 189.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 161 221 99 0.27 0 0.55 0.13 89.51 0.64 0.63
Hex A1 DD 63 1B 0 37 D 5A 40 3F
Octal 241 335 143 33 0 67 15 132 100 77
Binary 10100001 11011101 1100011 11011 0 110111 1101 1011010 1000000 111111

Color Harmonies of #A1DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD63

Black with #A1DD63

Text Example


Text Example

White with #A1DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD63; }

 p { color: rgb(161,221,99); }

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

background-color css

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

 a { background-color: rgb(161,221,99); }

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

border-color css

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

 span { border-color: rgb(161,221,99); }

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