Html Css Color HEX #A5E478 Feijoa

📋 copy color: '#A5E478'

red 165 ◦ green 228 ◦ blue 120

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

Shades of Feijoa #A5E478

Tints of Feijoa #A5E478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

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

R = 32.16%
G = 44.44%
B = 23.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A5E478 (or 0xA5E478) is known color: Feijoa. HEX triplet: A5, E4 and 78. RGB value is (165,228,120). Sum of RGB (Red+Green+Blue) = 165+228+120=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E478 is #5A1B87. Grayscale: #C5C5C5. Windows color (decimal): -5905288 or 7922853. OLE color: 7922853.

HSL color Cylindrical-coordinate representation of color #A5E478: hue angle of 95º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5E478 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 120 -
CMYK 0.28 0 0.47 0.11
HSL 95º 0.67% 0.68% -
HSV(B) 95º 0.47% 0.89% -
XYZ 46.65 64.84 27.83 -
YUV 196.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 165 228 120 0.28 0 0.47 0.11 95 0.67 0.68
Hex A5 E4 78 1C 0 2F B 5F 43 44
Octal 245 344 170 34 0 57 13 137 103 104
Binary 10100101 11100100 1111000 11100 0 101111 1011 1011111 1000011 1000100

Color Harmonies of #A5E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E478

Black with #A5E478

Text Example


Text Example

White with #A5E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E478; }

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

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

background-color css

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

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

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

border-color css

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

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

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