Html Css Color HEX #A4DB6E Feijoa

📋 copy color: '#A4DB6E'

red 164 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #A4DB6E

Tints of Feijoa #A4DB6E

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

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

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

R = 33.27%
G = 44.42%
B = 22.31%

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

#A4DB6E (or 0xA4DB6E) is known color: Feijoa. HEX triplet: A4, DB and 6E. RGB value is (164,219,110). Sum of RGB (Red+Green+Blue) = 164+219+110=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB6E is #5B2491. Grayscale: #BEBEBE. Windows color (decimal): -5973138 or 7265188. OLE color: 7265188.

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

Color convert

RGB 164 219 110 -
CMYK 0.25 0 0.50 0.14
HSL 90.28º 0.6% 0.65% -
HSV(B) 90.28º 0.5% 0.86% -
XYZ 43.46 59.68 23.98 -
YUV 190.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 164 219 110 0.25 0 0.50 0.14 90.28 0.6 0.65
Hex A4 DB 6E 19 0 32 E 5A 3C 41
Octal 244 333 156 31 0 62 16 132 74 101
Binary 10100100 11011011 1101110 11001 0 110010 1110 1011010 111100 1000001

Color Harmonies of #A4DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB6E

Black with #A4DB6E

Text Example


Text Example

White with #A4DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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