Html Css Color HEX #A5D578 Feijoa

📋 copy color: '#A5D578'

red 165 ◦ green 213 ◦ blue 120

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

Shades of Feijoa #A5D578

Tints of Feijoa #A5D578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 33.13%
G = 42.77%
B = 24.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A5D578 (or 0xA5D578) is known color: Feijoa. HEX triplet: A5, D5 and 78. RGB value is (165,213,120). Sum of RGB (Red+Green+Blue) = 165+213+120=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D578 is #5A2A87. Grayscale: #BCBCBC. Windows color (decimal): -5909128 or 7919013. OLE color: 7919013.

HSL color Cylindrical-coordinate representation of color #A5D578: hue angle of 90.97º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5D578 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 120 -
CMYK 0.23 0 0.44 0.16
HSL 90.97º 0.53% 0.65% -
HSV(B) 90.97º 0.44% 0.84% -
XYZ 42.7 56.94 26.51 -
YUV 188.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 165 213 120 0.23 0 0.44 0.16 90.97 0.53 0.65
Hex A5 D5 78 17 0 2C 10 5B 35 41
Octal 245 325 170 27 0 54 20 133 65 101
Binary 10100101 11010101 1111000 10111 0 101100 10000 1011011 110101 1000001

Color Harmonies of #A5D578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D578

Black with #A5D578

Text Example


Text Example

White with #A5D578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D578; }

 p { color: rgb(165,213,120); }

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

background-color css

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

 a { background-color: rgb(165,213,120); }

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

border-color css

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

 span { border-color: rgb(165,213,120); }

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