Html Css Color HEX #A1F180 Feijoa

📋 copy color: '#A1F180'

red 161 ◦ green 241 ◦ blue 128

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

Shades of Feijoa #A1F180

Tints of Feijoa #A1F180

RGB

 RED value IS 161 (63.28% from 255) = 30.38%

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

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

R = 30.38%
G = 45.47%
B = 24.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A1F180 (or 0xA1F180) is known color: Feijoa. HEX triplet: A1, F1 and 80. RGB value is (161,241,128). Sum of RGB (Red+Green+Blue) = 161+241+128=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F180 is #5E0E7F. Grayscale: #CCCCCC. Windows color (decimal): -6164096 or 8450465. OLE color: 8450465.

HSL color Cylindrical-coordinate representation of color #A1F180: hue angle of 102.48º 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 #A1F180 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 128 -
CMYK 0.33 0 0.47 0.05
HSL 102.48º 0.8% 0.72% -
HSV(B) 102.48º 0.47% 0.95% -
XYZ 50.05 72.05 31.69 -
YUV 204.2 85 97.19 -
System Red Green Blue C M Y K H S L
Decimal 161 241 128 0.33 0 0.47 0.05 102.48 0.8 0.72
Hex A1 F1 80 21 0 2F 5 66 50 48
Octal 241 361 200 41 0 57 5 146 120 110
Binary 10100001 11110001 10000000 100001 0 101111 101 1100110 1010000 1001000

Color Harmonies of #A1F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F180

Black with #A1F180

Text Example


Text Example

White with #A1F180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F180; }

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

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

background-color css

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

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

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

border-color css

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

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

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