Html Css Color HEX #A5E574 Feijoa

📋 copy color: '#A5E574'

red 165 ◦ green 229 ◦ blue 116

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

Shades of Feijoa #A5E574

Tints of Feijoa #A5E574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.9%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 32.35%
G = 44.9%
B = 22.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#A5E574 (or 0xA5E574) is known color: Feijoa. HEX triplet: A5, E5 and 74. RGB value is (165,229,116). Sum of RGB (Red+Green+Blue) = 165+229+116=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E574 is #5A1A8B. Grayscale: #C5C5C5. Windows color (decimal): -5905036 or 7660965. OLE color: 7660965.

HSL color Cylindrical-coordinate representation of color #A5E574: hue angle of 93.98º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E574 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 116 -
CMYK 0.28 0 0.49 0.10
HSL 93.98º 0.68% 0.68% -
HSV(B) 93.98º 0.49% 0.9% -
XYZ 46.69 65.3 26.67 -
YUV 196.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 165 229 116 0.28 0 0.49 0.10 93.98 0.68 0.68
Hex A5 E5 74 1C 0 31 A 5E 44 44
Octal 245 345 164 34 0 61 12 136 104 104
Binary 10100101 11100101 1110100 11100 0 110001 1010 1011110 1000100 1000100

Color Harmonies of #A5E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E574

Black with #A5E574

Text Example


Text Example

White with #A5E574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E574; }

 p { color: rgb(165,229,116); }

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

background-color css

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

 a { background-color: rgb(165,229,116); }

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

border-color css

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

 span { border-color: rgb(165,229,116); }

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