Html Css Color HEX #A1DD60 Conifer

📋 copy color: '#A1DD60'

red 161 ◦ green 221 ◦ blue 96

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

Shades of Conifer #A1DD60

Tints of Conifer #A1DD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 33.68%
G = 46.23%
B = 20.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A1DD60 (or 0xA1DD60) is known color: Conifer. HEX triplet: A1, DD and 60. RGB value is (161,221,96). Sum of RGB (Red+Green+Blue) = 161+221+96=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD60 is #5E229F. Grayscale: #BDBDBD. Windows color (decimal): -6169248 or 6348193. OLE color: 6348193.

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

Color convert

RGB 161 221 96 -
CMYK 0.27 0 0.57 0.13
HSL 88.8º 0.65% 0.62% -
HSV(B) 88.8º 0.57% 0.87% -
XYZ 42.67 60.13 20.42 -
YUV 188.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 161 221 96 0.27 0 0.57 0.13 88.8 0.65 0.62
Hex A1 DD 60 1B 0 39 D 59 41 3E
Octal 241 335 140 33 0 71 15 131 101 76
Binary 10100001 11011101 1100000 11011 0 111001 1101 1011001 1000001 111110

Color Harmonies of #A1DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD60

Black with #A1DD60

Text Example


Text Example

White with #A1DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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