Html Css Color HEX #A1F970 Feijoa

📋 copy color: '#A1F970'

red 161 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #A1F970

Tints of Feijoa #A1F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

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

R = 30.84%
G = 47.7%
B = 21.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A1F970 (or 0xA1F970) is known color: Feijoa. HEX triplet: A1, F9 and 70. RGB value is (161,249,112). Sum of RGB (Red+Green+Blue) = 161+249+112=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F970 is #5E068F. Grayscale: #CFCFCF. Windows color (decimal): -6162064 or 7403937. OLE color: 7403937.

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

Color convert

RGB 161 249 112 -
CMYK 0.35 0 0.55 0.02
HSL 98.54º 0.92% 0.71% -
HSV(B) 98.54º 0.55% 0.98% -
XYZ 51.5 76.5 27.38 -
YUV 207.07 74.35 95.14 -
System Red Green Blue C M Y K H S L
Decimal 161 249 112 0.35 0 0.55 0.02 98.54 0.92 0.71
Hex A1 F9 70 23 0 37 2 63 5C 47
Octal 241 371 160 43 0 67 2 143 134 107
Binary 10100001 11111001 1110000 100011 0 110111 10 1100011 1011100 1000111

Color Harmonies of #A1F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F970

Black with #A1F970

Text Example


Text Example

White with #A1F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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