Html Css Color HEX #A0F479 Feijoa

📋 copy color: '#A0F479'

red 160 ◦ green 244 ◦ blue 121

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

Shades of Feijoa #A0F479

Tints of Feijoa #A0F479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.48%

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

R = 30.48%
G = 46.48%
B = 23.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#A0F479 (or 0xA0F479) is known color: Feijoa. HEX triplet: A0, F4 and 79. RGB value is (160,244,121). Sum of RGB (Red+Green+Blue) = 160+244+121=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F479 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F479 is #5F0B86. Grayscale: #CDCDCD. Windows color (decimal): -6228871 or 7992480. OLE color: 7992480.

HSL color Cylindrical-coordinate representation of color #A0F479: hue angle of 100.98º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F479 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 121 -
CMYK 0.34 0 0.50 0.04
HSL 100.98º 0.85% 0.72% -
HSV(B) 100.98º 0.5% 0.96% -
XYZ 50.3 73.56 29.64 -
YUV 204.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 160 244 121 0.34 0 0.50 0.04 100.98 0.85 0.72
Hex A0 F4 79 22 0 32 4 65 55 48
Octal 240 364 171 42 0 62 4 145 125 110
Binary 10100000 11110100 1111001 100010 0 110010 100 1100101 1010101 1001000

Color Harmonies of #A0F479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F479

Black with #A0F479

Text Example


Text Example

White with #A0F479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F479; }

 p { color: rgb(160,244,121); }

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

background-color css

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

 a { background-color: rgb(160,244,121); }

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

border-color css

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

 span { border-color: rgb(160,244,121); }

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