Html Css Color HEX #A5E178 Feijoa

📋 copy color: '#A5E178'

red 165 ◦ green 225 ◦ blue 120

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

Shades of Feijoa #A5E178

Tints of Feijoa #A5E178

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

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

R = 32.35%
G = 44.12%
B = 23.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#A5E178 (or 0xA5E178) is known color: Feijoa. HEX triplet: A5, E1 and 78. RGB value is (165,225,120). Sum of RGB (Red+Green+Blue) = 165+225+120=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E178 is #5A1E87. Grayscale: #C3C3C3. Windows color (decimal): -5906056 or 7922085. OLE color: 7922085.

HSL color Cylindrical-coordinate representation of color #A5E178: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5E178 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 120 -
CMYK 0.27 0 0.47 0.12
HSL 94.29º 0.64% 0.68% -
HSV(B) 94.29º 0.47% 0.88% -
XYZ 45.83 63.21 27.55 -
YUV 195.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 165 225 120 0.27 0 0.47 0.12 94.29 0.64 0.68
Hex A5 E1 78 1B 0 2F C 5E 40 44
Octal 245 341 170 33 0 57 14 136 100 104
Binary 10100101 11100001 1111000 11011 0 101111 1100 1011110 1000000 1000100

Color Harmonies of #A5E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E178

Black with #A5E178

Text Example


Text Example

White with #A5E178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E178; }

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

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

background-color css

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

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

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

border-color css

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

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

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