Html Css Color HEX #A1F972 Feijoa

📋 copy color: '#A1F972'

red 161 ◦ green 249 ◦ blue 114

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

Shades of Feijoa #A1F972

Tints of Feijoa #A1F972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.76%

R = 30.73%
G = 47.52%
B = 21.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A1F972 (or 0xA1F972) is known color: Feijoa. HEX triplet: A1, F9 and 72. RGB value is (161,249,114). Sum of RGB (Red+Green+Blue) = 161+249+114=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F972 is #5E068D. Grayscale: #CFCFCF. Windows color (decimal): -6162062 or 7535009. OLE color: 7535009.

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

Color convert

RGB 161 249 114 -
CMYK 0.35 0 0.54 0.02
HSL 99.11º 0.92% 0.71% -
HSV(B) 99.11º 0.54% 0.98% -
XYZ 51.61 76.54 27.97 -
YUV 207.3 75.35 94.98 -
System Red Green Blue C M Y K H S L
Decimal 161 249 114 0.35 0 0.54 0.02 99.11 0.92 0.71
Hex A1 F9 72 23 0 36 2 63 5C 47
Octal 241 371 162 43 0 66 2 143 134 107
Binary 10100001 11111001 1110010 100011 0 110110 10 1100011 1011100 1000111

Color Harmonies of #A1F972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F972

Black with #A1F972

Text Example


Text Example

White with #A1F972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F972; }

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

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

background-color css

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

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

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

border-color css

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

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

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