Html Css Color HEX #A0F373 Feijoa

📋 copy color: '#A0F373'

red 160 ◦ green 243 ◦ blue 115

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

Shades of Feijoa #A0F373

Tints of Feijoa #A0F373

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

 BLUE value IS 115 (45.31% from 255) = 22.2%

R = 30.89%
G = 46.91%
B = 22.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#A0F373 (or 0xA0F373) is known color: Feijoa. HEX triplet: A0, F3 and 73. RGB value is (160,243,115). Sum of RGB (Red+Green+Blue) = 160+243+115=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F373 is #5F0C8C. Grayscale: #CCCCCC. Windows color (decimal): -6229133 or 7599008. OLE color: 7599008.

HSL color Cylindrical-coordinate representation of color #A0F373: hue angle of 98.91º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0F373 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 115 -
CMYK 0.34 0 0.53 0.05
HSL 98.91º 0.84% 0.7% -
HSV(B) 98.91º 0.53% 0.95% -
XYZ 49.64 72.81 27.66 -
YUV 203.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 160 243 115 0.34 0 0.53 0.05 98.91 0.84 0.7
Hex A0 F3 73 22 0 35 5 63 54 46
Octal 240 363 163 42 0 65 5 143 124 106
Binary 10100000 11110011 1110011 100010 0 110101 101 1100011 1010100 1000110

Color Harmonies of #A0F373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F373

Black with #A0F373

Text Example


Text Example

White with #A0F373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F373; }

 p { color: rgb(160,243,115); }

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

background-color css

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

 a { background-color: rgb(160,243,115); }

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

border-color css

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

 span { border-color: rgb(160,243,115); }

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