Html Css Color HEX #A5D480 Feijoa

📋 copy color: '#A5D480'

red 165 ◦ green 212 ◦ blue 128

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

Shades of Feijoa #A5D480

Tints of Feijoa #A5D480

RGB

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

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

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

R = 32.67%
G = 41.98%
B = 25.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#A5D480 (or 0xA5D480) is known color: Feijoa. HEX triplet: A5, D4 and 80. RGB value is (165,212,128). Sum of RGB (Red+Green+Blue) = 165+212+128=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D480 is #5A2B7F. Grayscale: #BCBCBC. Windows color (decimal): -5909376 or 8443045. OLE color: 8443045.

HSL color Cylindrical-coordinate representation of color #A5D480: hue angle of 93.57º 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 #A5D480 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 128 -
CMYK 0.22 0 0.40 0.17
HSL 93.57º 0.49% 0.67% -
HSV(B) 93.57º 0.4% 0.83% -
XYZ 42.96 56.64 29.09 -
YUV 188.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 165 212 128 0.22 0 0.40 0.17 93.57 0.49 0.67
Hex A5 D4 80 16 0 28 11 5E 31 43
Octal 245 324 200 26 0 50 21 136 61 103
Binary 10100101 11010100 10000000 10110 0 101000 10001 1011110 110001 1000011

Color Harmonies of #A5D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D480

Black with #A5D480

Text Example


Text Example

White with #A5D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D480; }

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

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

background-color css

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

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

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

border-color css

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

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

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