Html Css Color HEX #A0FD6F Feijoa

📋 copy color: '#A0FD6F'

red 160 ◦ green 253 ◦ blue 111

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

Shades of Feijoa #A0FD6F

Tints of Feijoa #A0FD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.18%

R = 30.53%
G = 48.28%
B = 21.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#A0FD6F (or 0xA0FD6F) is known color: Feijoa. HEX triplet: A0, FD and 6F. RGB value is (160,253,111). Sum of RGB (Red+Green+Blue) = 160+253+111=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD6F is #5F0290. Grayscale: #D1D1D1. Windows color (decimal): -6226577 or 7339424. OLE color: 7339424.

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

Color convert

RGB 160 253 111 -
CMYK 0.37 0 0.56 0.01
HSL 99.3º 0.97% 0.71% -
HSV(B) 99.3º 0.56% 0.99% -
XYZ 52.49 78.87 27.5 -
YUV 209.01 72.69 93.05 -
System Red Green Blue C M Y K H S L
Decimal 160 253 111 0.37 0 0.56 0.01 99.3 0.97 0.71
Hex A0 FD 6F 25 0 38 1 63 61 47
Octal 240 375 157 45 0 70 1 143 141 107
Binary 10100000 11111101 1101111 100101 0 111000 1 1100011 1100001 1000111

Color Harmonies of #A0FD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD6F

Black with #A0FD6F

Text Example


Text Example

White with #A0FD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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