Html Css Color HEX #A5E379 Feijoa

📋 copy color: '#A5E379'

red 165 ◦ green 227 ◦ blue 121

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

Shades of Feijoa #A5E379

Tints of Feijoa #A5E379

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

 BLUE value IS 121 (47.66% from 255) = 23.59%

R = 32.16%
G = 44.25%
B = 23.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A5E379 (or 0xA5E379) is known color: Feijoa. HEX triplet: A5, E3 and 79. RGB value is (165,227,121). Sum of RGB (Red+Green+Blue) = 165+227+121=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E379 is #5A1C86. Grayscale: #C4C4C4. Windows color (decimal): -5905543 or 7988133. OLE color: 7988133.

HSL color Cylindrical-coordinate representation of color #A5E379: hue angle of 95.09º degrees, saturation: 0.65, 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 #A5E379 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 121 -
CMYK 0.27 0 0.47 0.11
HSL 95.09º 0.65% 0.68% -
HSV(B) 95.09º 0.47% 0.89% -
XYZ 46.44 64.32 28.06 -
YUV 196.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 165 227 121 0.27 0 0.47 0.11 95.09 0.65 0.68
Hex A5 E3 79 1B 0 2F B 5F 41 44
Octal 245 343 171 33 0 57 13 137 101 104
Binary 10100101 11100011 1111001 11011 0 101111 1011 1011111 1000001 1000100

Color Harmonies of #A5E379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E379

Black with #A5E379

Text Example


Text Example

White with #A5E379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E379; }

 p { color: rgb(165,227,121); }

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

background-color css

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

 a { background-color: rgb(165,227,121); }

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

border-color css

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

 span { border-color: rgb(165,227,121); }

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