Html Css Color HEX #A4DB7F Feijoa

📋 copy color: '#A4DB7F'

red 164 ◦ green 219 ◦ blue 127

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

Shades of Feijoa #A4DB7F

Tints of Feijoa #A4DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 32.16%
G = 42.94%
B = 24.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A4DB7F (or 0xA4DB7F) is known color: Feijoa. HEX triplet: A4, DB and 7F. RGB value is (164,219,127). Sum of RGB (Red+Green+Blue) = 164+219+127=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB7F is #5B2480. Grayscale: #C0C0C0. Windows color (decimal): -5973121 or 8379300. OLE color: 8379300.

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

Color convert

RGB 164 219 127 -
CMYK 0.25 0 0.42 0.14
HSL 95.87º 0.56% 0.68% -
HSV(B) 95.87º 0.42% 0.86% -
XYZ 44.47 60.09 29.33 -
YUV 192.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 164 219 127 0.25 0 0.42 0.14 95.87 0.56 0.68
Hex A4 DB 7F 19 0 2A E 60 38 44
Octal 244 333 177 31 0 52 16 140 70 104
Binary 10100100 11011011 1111111 11001 0 101010 1110 1100000 111000 1000100

Color Harmonies of #A4DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB7F

Black with #A4DB7F

Text Example


Text Example

White with #A4DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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