Html Css Color HEX #A0FD6A Feijoa

📋 copy color: '#A0FD6A'

red 160 ◦ green 253 ◦ blue 106

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

Shades of Feijoa #A0FD6A

Tints of Feijoa #A0FD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 30.83%
G = 48.75%
B = 20.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#A0FD6A (or 0xA0FD6A) is known color: Feijoa. HEX triplet: A0, FD and 6A. RGB value is (160,253,106). Sum of RGB (Red+Green+Blue) = 160+253+106=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD6A is #5F0295. Grayscale: #D0D0D0. Windows color (decimal): -6226582 or 7011744. OLE color: 7011744.

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

Color convert

RGB 160 253 106 -
CMYK 0.37 0 0.58 0.01
HSL 97.96º 0.97% 0.7% -
HSV(B) 97.96º 0.58% 0.99% -
XYZ 52.22 78.76 26.09 -
YUV 208.44 70.19 93.45 -
System Red Green Blue C M Y K H S L
Decimal 160 253 106 0.37 0 0.58 0.01 97.96 0.97 0.7
Hex A0 FD 6A 25 0 3A 1 62 61 46
Octal 240 375 152 45 0 72 1 142 141 106
Binary 10100000 11111101 1101010 100101 0 111010 1 1100010 1100001 1000110

Color Harmonies of #A0FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD6A

Black with #A0FD6A

Text Example


Text Example

White with #A0FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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