Html Css Color HEX #A1DD61 Conifer

📋 copy color: '#A1DD61'

red 161 ◦ green 221 ◦ blue 97

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

Shades of Conifer #A1DD61

Tints of Conifer #A1DD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 33.61%
G = 46.14%
B = 20.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#A1DD61 (or 0xA1DD61) is known color: Conifer. HEX triplet: A1, DD and 61. RGB value is (161,221,97). Sum of RGB (Red+Green+Blue) = 161+221+97=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD61 is #5E229E. Grayscale: #BDBDBD. Windows color (decimal): -6169247 or 6413729. OLE color: 6413729.

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

Color convert

RGB 161 221 97 -
CMYK 0.27 0 0.56 0.13
HSL 89.03º 0.65% 0.62% -
HSV(B) 89.03º 0.56% 0.87% -
XYZ 42.71 60.15 20.67 -
YUV 188.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 161 221 97 0.27 0 0.56 0.13 89.03 0.65 0.62
Hex A1 DD 61 1B 0 38 D 59 41 3E
Octal 241 335 141 33 0 70 15 131 101 76
Binary 10100001 11011101 1100001 11011 0 111000 1101 1011001 1000001 111110

Color Harmonies of #A1DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD61

Black with #A1DD61

Text Example


Text Example

White with #A1DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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