Html Css Color HEX #A5DB6E Feijoa

📋 copy color: '#A5DB6E'

red 165 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #A5DB6E

Tints of Feijoa #A5DB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.27%

R = 33.4%
G = 44.33%
B = 22.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A5DB6E (or 0xA5DB6E) is known color: Feijoa. HEX triplet: A5, DB and 6E. RGB value is (165,219,110). Sum of RGB (Red+Green+Blue) = 165+219+110=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB6E is #5A2491. Grayscale: #BEBEBE. Windows color (decimal): -5907602 or 7265189. OLE color: 7265189.

HSL color Cylindrical-coordinate representation of color #A5DB6E: hue angle of 89.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5DB6E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 110 -
CMYK 0.25 0 0.50 0.14
HSL 89.72º 0.6% 0.65% -
HSV(B) 89.72º 0.5% 0.86% -
XYZ 43.66 59.79 23.99 -
YUV 190.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 165 219 110 0.25 0 0.50 0.14 89.72 0.6 0.65
Hex A5 DB 6E 19 0 32 E 5A 3C 41
Octal 245 333 156 31 0 62 16 132 74 101
Binary 10100101 11011011 1101110 11001 0 110010 1110 1011010 111100 1000001

Color Harmonies of #A5DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB6E

Black with #A5DB6E

Text Example


Text Example

White with #A5DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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