Html Css Color HEX #A0FD6E Feijoa

📋 copy color: '#A0FD6E'

red 160 ◦ green 253 ◦ blue 110

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

Shades of Feijoa #A0FD6E

Tints of Feijoa #A0FD6E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.37%

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

R = 30.59%
G = 48.37%
B = 21.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#A0FD6E (or 0xA0FD6E) is known color: Feijoa. HEX triplet: A0, FD and 6E. RGB value is (160,253,110). Sum of RGB (Red+Green+Blue) = 160+253+110=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD6E is #5F0291. Grayscale: #D1D1D1. Windows color (decimal): -6226578 or 7273888. OLE color: 7273888.

HSL color Cylindrical-coordinate representation of color #A0FD6E: hue angle of 99.02º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0FD6E is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 110 -
CMYK 0.37 0 0.57 0.01
HSL 99.02º 0.97% 0.71% -
HSV(B) 99.02º 0.57% 0.99% -
XYZ 52.44 78.85 27.21 -
YUV 208.89 72.19 93.13 -
System Red Green Blue C M Y K H S L
Decimal 160 253 110 0.37 0 0.57 0.01 99.02 0.97 0.71
Hex A0 FD 6E 25 0 39 1 63 61 47
Octal 240 375 156 45 0 71 1 143 141 107
Binary 10100000 11111101 1101110 100101 0 111001 1 1100011 1100001 1000111

Color Harmonies of #A0FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD6E

Black with #A0FD6E

Text Example


Text Example

White with #A0FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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