Html Css Color HEX #A0E574 Feijoa

📋 copy color: '#A0E574'

red 160 ◦ green 229 ◦ blue 116

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

Shades of Feijoa #A0E574

Tints of Feijoa #A0E574

RGB

 RED value IS 160 (62.89% from 255) = 31.68%

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

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

R = 31.68%
G = 45.35%
B = 22.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#A0E574 (or 0xA0E574) is known color: Feijoa. HEX triplet: A0, E5 and 74. RGB value is (160,229,116). Sum of RGB (Red+Green+Blue) = 160+229+116=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E574 is #5F1A8B. Grayscale: #C3C3C3. Windows color (decimal): -6232716 or 7660960. OLE color: 7660960.

HSL color Cylindrical-coordinate representation of color #A0E574: hue angle of 96.64º 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 #A0E574 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 116 -
CMYK 0.30 0 0.49 0.10
HSL 96.64º 0.68% 0.68% -
HSV(B) 96.64º 0.49% 0.9% -
XYZ 45.67 64.77 26.62 -
YUV 195.49 83.14 102.69 -
System Red Green Blue C M Y K H S L
Decimal 160 229 116 0.30 0 0.49 0.10 96.64 0.68 0.68
Hex A0 E5 74 1E 0 31 A 61 44 44
Octal 240 345 164 36 0 61 12 141 104 104
Binary 10100000 11100101 1110100 11110 0 110001 1010 1100001 1000100 1000100

Color Harmonies of #A0E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E574

Black with #A0E574

Text Example


Text Example

White with #A0E574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E574; }

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

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

background-color css

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

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

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

border-color css

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

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

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