Html Css Color HEX #A0F180 Feijoa

📋 copy color: '#A0F180'

red 160 ◦ green 241 ◦ blue 128

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

Shades of Feijoa #A0F180

Tints of Feijoa #A0F180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 30.25%
G = 45.56%
B = 24.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A0F180 (or 0xA0F180) is known color: Feijoa. HEX triplet: A0, F1 and 80. RGB value is (160,241,128). Sum of RGB (Red+Green+Blue) = 160+241+128=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F180 is #5F0E7F. Grayscale: #CCCCCC. Windows color (decimal): -6229632 or 8450464. OLE color: 8450464.

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

Color convert

RGB 160 241 128 -
CMYK 0.34 0 0.47 0.05
HSL 103.01º 0.8% 0.72% -
HSV(B) 103.01º 0.47% 0.95% -
XYZ 49.85 71.94 31.68 -
YUV 203.9 85.16 96.69 -
System Red Green Blue C M Y K H S L
Decimal 160 241 128 0.34 0 0.47 0.05 103.01 0.8 0.72
Hex A0 F1 80 22 0 2F 5 67 50 48
Octal 240 361 200 42 0 57 5 147 120 110
Binary 10100000 11110001 10000000 100010 0 101111 101 1100111 1010000 1001000

Color Harmonies of #A0F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F180

Black with #A0F180

Text Example


Text Example

White with #A0F180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F180; }

 p { color: rgb(160,241,128); }

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

background-color css

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

 a { background-color: rgb(160,241,128); }

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

border-color css

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

 span { border-color: rgb(160,241,128); }

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