Html Css Color HEX #A0E974 Feijoa

📋 copy color: '#A0E974'

red 160 ◦ green 233 ◦ blue 116

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

Shades of Feijoa #A0E974

Tints of Feijoa #A0E974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.78%

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

R = 31.43%
G = 45.78%
B = 22.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#A0E974 (or 0xA0E974) is known color: Feijoa. HEX triplet: A0, E9 and 74. RGB value is (160,233,116). Sum of RGB (Red+Green+Blue) = 160+233+116=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E974 is #5F168B. Grayscale: #C6C6C6. Windows color (decimal): -6231692 or 7661984. OLE color: 7661984.

HSL color Cylindrical-coordinate representation of color #A0E974: hue angle of 97.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0E974 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 116 -
CMYK 0.31 0 0.50 0.09
HSL 97.44º 0.73% 0.68% -
HSV(B) 97.44º 0.5% 0.91% -
XYZ 46.79 67.01 26.99 -
YUV 197.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 160 233 116 0.31 0 0.50 0.09 97.44 0.73 0.68
Hex A0 E9 74 1F 0 32 9 61 49 44
Octal 240 351 164 37 0 62 11 141 111 104
Binary 10100000 11101001 1110100 11111 0 110010 1001 1100001 1001001 1000100

Color Harmonies of #A0E974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E974

Black with #A0E974

Text Example


Text Example

White with #A0E974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E974; }

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

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

background-color css

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

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

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

border-color css

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

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

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