Html Css Color HEX #A5DB77 Feijoa

📋 copy color: '#A5DB77'

red 165 ◦ green 219 ◦ blue 119

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

Shades of Feijoa #A5DB77

Tints of Feijoa #A5DB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.66%

R = 32.8%
G = 43.54%
B = 23.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#A5DB77 (or 0xA5DB77) is known color: Feijoa. HEX triplet: A5, DB and 77. RGB value is (165,219,119). Sum of RGB (Red+Green+Blue) = 165+219+119=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB77 is #5A2488. Grayscale: #BFBFBF. Windows color (decimal): -5907593 or 7855013. OLE color: 7855013.

HSL color Cylindrical-coordinate representation of color #A5DB77: hue angle of 92.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5DB77 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 119 -
CMYK 0.25 0 0.46 0.14
HSL 92.4º 0.58% 0.66% -
HSV(B) 92.4º 0.46% 0.86% -
XYZ 44.18 59.99 26.7 -
YUV 191.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 165 219 119 0.25 0 0.46 0.14 92.4 0.58 0.66
Hex A5 DB 77 19 0 2E E 5C 3A 42
Octal 245 333 167 31 0 56 16 134 72 102
Binary 10100101 11011011 1110111 11001 0 101110 1110 1011100 111010 1000010

Color Harmonies of #A5DB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB77

Black with #A5DB77

Text Example


Text Example

White with #A5DB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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