Html Css Color HEX #A0FC6E Feijoa

📋 copy color: '#A0FC6E'

red 160 ◦ green 252 ◦ blue 110

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

Shades of Feijoa #A0FC6E

Tints of Feijoa #A0FC6E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

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

R = 30.65%
G = 48.28%
B = 21.07%

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

#A0FC6E (or 0xA0FC6E) is known color: Feijoa. HEX triplet: A0, FC and 6E. RGB value is (160,252,110). Sum of RGB (Red+Green+Blue) = 160+252+110=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC6E is #5F0391. Grayscale: #D0D0D0. Windows color (decimal): -6226834 or 7273632. OLE color: 7273632.

HSL color Cylindrical-coordinate representation of color #A0FC6E: hue angle of 98.87º degrees, saturation: 0.96, 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 #A0FC6E is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 110 -
CMYK 0.37 0 0.56 0.01
HSL 98.87º 0.96% 0.71% -
HSV(B) 98.87º 0.56% 0.99% -
XYZ 52.12 78.22 27.1 -
YUV 208.3 72.52 93.55 -
System Red Green Blue C M Y K H S L
Decimal 160 252 110 0.37 0 0.56 0.01 98.87 0.96 0.71
Hex A0 FC 6E 25 0 38 1 63 60 47
Octal 240 374 156 45 0 70 1 143 140 107
Binary 10100000 11111100 1101110 100101 0 111000 1 1100011 1100000 1000111

Color Harmonies of #A0FC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC6E

Black with #A0FC6E

Text Example


Text Example

White with #A0FC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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