Html Css Color HEX #A1F870 Feijoa

📋 copy color: '#A1F870'

red 161 ◦ green 248 ◦ blue 112

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

Shades of Feijoa #A1F870

Tints of Feijoa #A1F870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 30.9%
G = 47.6%
B = 21.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#A1F870 (or 0xA1F870) is known color: Feijoa. HEX triplet: A1, F8 and 70. RGB value is (161,248,112). Sum of RGB (Red+Green+Blue) = 161+248+112=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F870 is #5E078F. Grayscale: #CECECE. Windows color (decimal): -6162320 or 7403681. OLE color: 7403681.

HSL color Cylindrical-coordinate representation of color #A1F870: hue angle of 98.38º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F870 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 112 -
CMYK 0.35 0 0.55 0.03
HSL 98.38º 0.91% 0.71% -
HSV(B) 98.38º 0.55% 0.97% -
XYZ 51.19 75.88 27.28 -
YUV 206.48 74.68 95.56 -
System Red Green Blue C M Y K H S L
Decimal 161 248 112 0.35 0 0.55 0.03 98.38 0.91 0.71
Hex A1 F8 70 23 0 37 3 62 5B 47
Octal 241 370 160 43 0 67 3 142 133 107
Binary 10100001 11111000 1110000 100011 0 110111 11 1100010 1011011 1000111

Color Harmonies of #A1F870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F870

Black with #A1F870

Text Example


Text Example

White with #A1F870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F870; }

 p { color: rgb(161,248,112); }

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

background-color css

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

 a { background-color: rgb(161,248,112); }

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

border-color css

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

 span { border-color: rgb(161,248,112); }

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