Html Css Color HEX #A0FB6E Feijoa

📋 copy color: '#A0FB6E'

red 160 ◦ green 251 ◦ blue 110

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

Shades of Feijoa #A0FB6E

Tints of Feijoa #A0FB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.18%

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

R = 30.71%
G = 48.18%
B = 21.11%

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

#A0FB6E (or 0xA0FB6E) is known color: Feijoa. HEX triplet: A0, FB and 6E. RGB value is (160,251,110). Sum of RGB (Red+Green+Blue) = 160+251+110=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB6E is #5F0491. Grayscale: #D0D0D0. Windows color (decimal): -6227090 or 7273376. OLE color: 7273376.

HSL color Cylindrical-coordinate representation of color #A0FB6E: hue angle of 98.72º degrees, saturation: 0.95, 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 #A0FB6E is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 110 -
CMYK 0.36 0 0.56 0.02
HSL 98.72º 0.95% 0.71% -
HSV(B) 98.72º 0.56% 0.98% -
XYZ 51.81 77.59 27 -
YUV 207.72 72.85 93.96 -
System Red Green Blue C M Y K H S L
Decimal 160 251 110 0.36 0 0.56 0.02 98.72 0.95 0.71
Hex A0 FB 6E 24 0 38 2 63 5F 47
Octal 240 373 156 44 0 70 2 143 137 107
Binary 10100000 11111011 1101110 100100 0 111000 10 1100011 1011111 1000111

Color Harmonies of #A0FB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB6E

Black with #A0FB6E

Text Example


Text Example

White with #A0FB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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