Html Css Color HEX #A4D480 Feijoa

📋 copy color: '#A4D480'

red 164 ◦ green 212 ◦ blue 128

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

Shades of Feijoa #A4D480

Tints of Feijoa #A4D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 32.54%
G = 42.06%
B = 25.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#A4D480 (or 0xA4D480) is known color: Feijoa. HEX triplet: A4, D4 and 80. RGB value is (164,212,128). Sum of RGB (Red+Green+Blue) = 164+212+128=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D480 is #5B2B7F. Grayscale: #BCBCBC. Windows color (decimal): -5974912 or 8443044. OLE color: 8443044.

HSL color Cylindrical-coordinate representation of color #A4D480: hue angle of 94.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4D480 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 212 128 -
CMYK 0.23 0 0.40 0.17
HSL 94.29º 0.49% 0.67% -
HSV(B) 94.29º 0.4% 0.83% -
XYZ 42.75 56.54 29.08 -
YUV 188.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 164 212 128 0.23 0 0.40 0.17 94.29 0.49 0.67
Hex A4 D4 80 17 0 28 11 5E 31 43
Octal 244 324 200 27 0 50 21 136 61 103
Binary 10100100 11010100 10000000 10111 0 101000 10001 1011110 110001 1000011

Color Harmonies of #A4D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D480

Black with #A4D480

Text Example


Text Example

White with #A4D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D480; }

 p { color: rgb(164,212,128); }

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

background-color css

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

 a { background-color: rgb(164,212,128); }

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

border-color css

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

 span { border-color: rgb(164,212,128); }

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