Html Css Color HEX #A5DB71 Feijoa

📋 copy color: '#A5DB71'

red 165 ◦ green 219 ◦ blue 113

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

Shades of Feijoa #A5DB71

Tints of Feijoa #A5DB71

RGB

 RED value IS 165 (64.84% from 255) = 33.2%

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 33.2%
G = 44.06%
B = 22.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A5DB71 (or 0xA5DB71) is known color: Feijoa. HEX triplet: A5, DB and 71. RGB value is (165,219,113). Sum of RGB (Red+Green+Blue) = 165+219+113=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB71 is #5A248E. Grayscale: #BFBFBF. Windows color (decimal): -5907599 or 7461797. OLE color: 7461797.

HSL color Cylindrical-coordinate representation of color #A5DB71: hue angle of 90.57º degrees, saturation: 0.6, 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 #A5DB71 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 113 -
CMYK 0.25 0 0.48 0.14
HSL 90.57º 0.6% 0.65% -
HSV(B) 90.57º 0.48% 0.86% -
XYZ 43.83 59.85 24.87 -
YUV 190.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 165 219 113 0.25 0 0.48 0.14 90.57 0.6 0.65
Hex A5 DB 71 19 0 30 E 5B 3C 41
Octal 245 333 161 31 0 60 16 133 74 101
Binary 10100101 11011011 1110001 11001 0 110000 1110 1011011 111100 1000001

Color Harmonies of #A5DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB71

Black with #A5DB71

Text Example


Text Example

White with #A5DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB71; }

 p { color: rgb(165,219,113); }

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

background-color css

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

 a { background-color: rgb(165,219,113); }

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

border-color css

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

 span { border-color: rgb(165,219,113); }

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