Html Css Color HEX #A0FA78 Feijoa

📋 copy color: '#A0FA78'

red 160 ◦ green 250 ◦ blue 120

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

Shades of Feijoa #A0FA78

Tints of Feijoa #A0FA78

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 30.19%
G = 47.17%
B = 22.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#A0FA78 (or 0xA0FA78) is known color: Feijoa. HEX triplet: A0, FA and 78. RGB value is (160,250,120). Sum of RGB (Red+Green+Blue) = 160+250+120=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA78 is #5F0587. Grayscale: #D0D0D0. Windows color (decimal): -6227336 or 7928480. OLE color: 7928480.

HSL color Cylindrical-coordinate representation of color #A0FA78: hue angle of 101.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0FA78 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 120 -
CMYK 0.36 0 0.52 0.02
HSL 101.54º 0.93% 0.73% -
HSV(B) 101.54º 0.52% 0.98% -
XYZ 52.07 77.2 29.93 -
YUV 208.27 78.18 93.57 -
System Red Green Blue C M Y K H S L
Decimal 160 250 120 0.36 0 0.52 0.02 101.54 0.93 0.73
Hex A0 FA 78 24 0 34 2 66 5D 49
Octal 240 372 170 44 0 64 2 146 135 111
Binary 10100000 11111010 1111000 100100 0 110100 10 1100110 1011101 1001001

Color Harmonies of #A0FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA78

Black with #A0FA78

Text Example


Text Example

White with #A0FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA78; }

 p { color: rgb(160,250,120); }

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

background-color css

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

 a { background-color: rgb(160,250,120); }

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

border-color css

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

 span { border-color: rgb(160,250,120); }

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