Html Css Color HEX #A1DD70 Feijoa

📋 copy color: '#A1DD70'

red 161 ◦ green 221 ◦ blue 112

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

Shades of Feijoa #A1DD70

Tints of Feijoa #A1DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 32.59%
G = 44.74%
B = 22.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#A1DD70 (or 0xA1DD70) is known color: Feijoa. HEX triplet: A1, DD and 70. RGB value is (161,221,112). Sum of RGB (Red+Green+Blue) = 161+221+112=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD70 is #5E228F. Grayscale: #BFBFBF. Windows color (decimal): -6169232 or 7396769. OLE color: 7396769.

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

Color convert

RGB 161 221 112 -
CMYK 0.27 0 0.49 0.13
HSL 93.03º 0.62% 0.65% -
HSV(B) 93.03º 0.49% 0.87% -
XYZ 43.48 60.46 24.71 -
YUV 190.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 161 221 112 0.27 0 0.49 0.13 93.03 0.62 0.65
Hex A1 DD 70 1B 0 31 D 5D 3E 41
Octal 241 335 160 33 0 61 15 135 76 101
Binary 10100001 11011101 1110000 11011 0 110001 1101 1011101 111110 1000001

Color Harmonies of #A1DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD70

Black with #A1DD70

Text Example


Text Example

White with #A1DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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