Html Css Color HEX #A1DB73 Feijoa

📋 copy color: '#A1DB73'

red 161 ◦ green 219 ◦ blue 115

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

Shades of Feijoa #A1DB73

Tints of Feijoa #A1DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 32.53%
G = 44.24%
B = 23.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A1DB73 (or 0xA1DB73) is known color: Feijoa. HEX triplet: A1, DB and 73. RGB value is (161,219,115). Sum of RGB (Red+Green+Blue) = 161+219+115=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB73 is #5E248C. Grayscale: #BEBEBE. Windows color (decimal): -6169741 or 7592865. OLE color: 7592865.

HSL color Cylindrical-coordinate representation of color #A1DB73: hue angle of 93.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DB73 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 115 -
CMYK 0.26 0 0.47 0.14
HSL 93.46º 0.59% 0.65% -
HSV(B) 93.46º 0.47% 0.86% -
XYZ 43.12 59.48 25.43 -
YUV 189.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 161 219 115 0.26 0 0.47 0.14 93.46 0.59 0.65
Hex A1 DB 73 1A 0 2F E 5D 3B 41
Octal 241 333 163 32 0 57 16 135 73 101
Binary 10100001 11011011 1110011 11010 0 101111 1110 1011101 111011 1000001

Color Harmonies of #A1DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB73

Black with #A1DB73

Text Example


Text Example

White with #A1DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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