Html Css Color HEX #A1DD85 Feijoa

📋 copy color: '#A1DD85'

red 161 ◦ green 221 ◦ blue 133

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

Shades of Feijoa #A1DD85

Tints of Feijoa #A1DD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 31.26%
G = 42.91%
B = 25.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#A1DD85 (or 0xA1DD85) is known color: Feijoa. HEX triplet: A1, DD and 85. RGB value is (161,221,133). Sum of RGB (Red+Green+Blue) = 161+221+133=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD85 is #5E227A. Grayscale: #C1C1C1. Windows color (decimal): -6169211 or 8773025. OLE color: 8773025.

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

Color convert

RGB 161 221 133 -
CMYK 0.27 0 0.40 0.13
HSL 100.91º 0.56% 0.69% -
HSV(B) 100.91º 0.4% 0.87% -
XYZ 44.79 60.98 31.6 -
YUV 193.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 161 221 133 0.27 0 0.40 0.13 100.91 0.56 0.69
Hex A1 DD 85 1B 0 28 D 65 38 45
Octal 241 335 205 33 0 50 15 145 70 105
Binary 10100001 11011101 10000101 11011 0 101000 1101 1100101 111000 1000101

Color Harmonies of #A1DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD85

Black with #A1DD85

Text Example


Text Example

White with #A1DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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