Html Css Color HEX #A1DB84 Feijoa

📋 copy color: '#A1DB84'

red 161 ◦ green 219 ◦ blue 132

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

Shades of Feijoa #A1DB84

Tints of Feijoa #A1DB84

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 31.45%
G = 42.77%
B = 25.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A1DB84 (or 0xA1DB84) is known color: Feijoa. HEX triplet: A1, DB and 84. RGB value is (161,219,132). Sum of RGB (Red+Green+Blue) = 161+219+132=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB84 is #5E247B. Grayscale: #C0C0C0. Windows color (decimal): -6169724 or 8706977. OLE color: 8706977.

HSL color Cylindrical-coordinate representation of color #A1DB84: hue angle of 100º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1DB84 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 132 -
CMYK 0.26 0 0.40 0.14
HSL 100º 0.55% 0.69% -
HSV(B) 100º 0.4% 0.86% -
XYZ 44.19 59.91 31.06 -
YUV 191.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 161 219 132 0.26 0 0.40 0.14 100 0.55 0.69
Hex A1 DB 84 1A 0 28 E 64 37 45
Octal 241 333 204 32 0 50 16 144 67 105
Binary 10100001 11011011 10000100 11010 0 101000 1110 1100100 110111 1000101

Color Harmonies of #A1DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB84

Black with #A1DB84

Text Example


Text Example

White with #A1DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB84; }

 p { color: rgb(161,219,132); }

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

background-color css

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

 a { background-color: rgb(161,219,132); }

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

border-color css

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

 span { border-color: rgb(161,219,132); }

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