Html Css Color HEX #A1DB72 Feijoa

📋 copy color: '#A1DB72'

red 161 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #A1DB72

Tints of Feijoa #A1DB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 32.59%
G = 44.33%
B = 23.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A1DB72 (or 0xA1DB72) is known color: Feijoa. HEX triplet: A1, DB and 72. RGB value is (161,219,114). Sum of RGB (Red+Green+Blue) = 161+219+114=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB72 is #5E248D. Grayscale: #BEBEBE. Windows color (decimal): -6169742 or 7527329. OLE color: 7527329.

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

Color convert

RGB 161 219 114 -
CMYK 0.26 0 0.48 0.14
HSL 93.14º 0.59% 0.65% -
HSV(B) 93.14º 0.48% 0.86% -
XYZ 43.07 59.46 25.13 -
YUV 189.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 161 219 114 0.26 0 0.48 0.14 93.14 0.59 0.65
Hex A1 DB 72 1A 0 30 E 5D 3B 41
Octal 241 333 162 32 0 60 16 135 73 101
Binary 10100001 11011011 1110010 11010 0 110000 1110 1011101 111011 1000001

Color Harmonies of #A1DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB72

Black with #A1DB72

Text Example


Text Example

White with #A1DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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