Html Css Color HEX #A0FA6E Feijoa

📋 copy color: '#A0FA6E'

red 160 ◦ green 250 ◦ blue 110

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

Shades of Feijoa #A0FA6E

Tints of Feijoa #A0FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.15%

R = 30.77%
G = 48.08%
B = 21.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#A0FA6E (or 0xA0FA6E) is known color: Feijoa. HEX triplet: A0, FA and 6E. RGB value is (160,250,110). Sum of RGB (Red+Green+Blue) = 160+250+110=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA6E is #5F0591. Grayscale: #CFCFCF. Windows color (decimal): -6227346 or 7273120. OLE color: 7273120.

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

Color convert

RGB 160 250 110 -
CMYK 0.36 0 0.56 0.02
HSL 98.57º 0.93% 0.71% -
HSV(B) 98.57º 0.56% 0.98% -
XYZ 51.5 76.97 26.89 -
YUV 207.13 73.18 94.38 -
System Red Green Blue C M Y K H S L
Decimal 160 250 110 0.36 0 0.56 0.02 98.57 0.93 0.71
Hex A0 FA 6E 24 0 38 2 63 5D 47
Octal 240 372 156 44 0 70 2 143 135 107
Binary 10100000 11111010 1101110 100100 0 111000 10 1100011 1011101 1000111

Color Harmonies of #A0FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA6E

Black with #A0FA6E

Text Example


Text Example

White with #A0FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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