Html Css Color HEX #A0FA6D Feijoa

📋 copy color: '#A0FA6D'

red 160 ◦ green 250 ◦ blue 109

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

Shades of Feijoa #A0FA6D

Tints of Feijoa #A0FA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21%

R = 30.83%
G = 48.17%
B = 21%

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

#A0FA6D (or 0xA0FA6D) is known color: Feijoa. HEX triplet: A0, FA and 6D. RGB value is (160,250,109). Sum of RGB (Red+Green+Blue) = 160+250+109=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA6D is #5F0592. Grayscale: #CFCFCF. Windows color (decimal): -6227347 or 7207584. OLE color: 7207584.

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

Color convert

RGB 160 250 109 -
CMYK 0.36 0 0.56 0.02
HSL 98.3º 0.93% 0.7% -
HSV(B) 98.3º 0.56% 0.98% -
XYZ 51.44 76.95 26.61 -
YUV 207.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 160 250 109 0.36 0 0.56 0.02 98.3 0.93 0.7
Hex A0 FA 6D 24 0 38 2 62 5D 46
Octal 240 372 155 44 0 70 2 142 135 106
Binary 10100000 11111010 1101101 100100 0 111000 10 1100010 1011101 1000110

Color Harmonies of #A0FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA6D

Black with #A0FA6D

Text Example


Text Example

White with #A0FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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