Html Css Color HEX #A1F07C Feijoa

📋 copy color: '#A1F07C'

red 161 ◦ green 240 ◦ blue 124

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

Shades of Feijoa #A1F07C

Tints of Feijoa #A1F07C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 30.67%
G = 45.71%
B = 23.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#A1F07C (or 0xA1F07C) is known color: Feijoa. HEX triplet: A1, F0 and 7C. RGB value is (161,240,124). Sum of RGB (Red+Green+Blue) = 161+240+124=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F07C is #5E0F83. Grayscale: #CBCBCB. Windows color (decimal): -6164356 or 8188065. OLE color: 8188065.

HSL color Cylindrical-coordinate representation of color #A1F07C: hue angle of 100.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F07C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 124 -
CMYK 0.33 0 0.48 0.06
HSL 100.86º 0.79% 0.71% -
HSV(B) 100.86º 0.48% 0.94% -
XYZ 49.5 71.35 30.23 -
YUV 203.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 161 240 124 0.33 0 0.48 0.06 100.86 0.79 0.71
Hex A1 F0 7C 21 0 30 6 65 4F 47
Octal 241 360 174 41 0 60 6 145 117 107
Binary 10100001 11110000 1111100 100001 0 110000 110 1100101 1001111 1000111

Color Harmonies of #A1F07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F07C

Black with #A1F07C

Text Example


Text Example

White with #A1F07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F07C; }

 p { color: rgb(161,240,124); }

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

background-color css

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

 a { background-color: rgb(161,240,124); }

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

border-color css

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

 span { border-color: rgb(161,240,124); }

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