Html Css Color HEX #A1F06C Feijoa

📋 copy color: '#A1F06C'

red 161 ◦ green 240 ◦ blue 108

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

Shades of Feijoa #A1F06C

Tints of Feijoa #A1F06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 31.63%
G = 47.15%
B = 21.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A1F06C (or 0xA1F06C) is known color: Feijoa. HEX triplet: A1, F0 and 6C. RGB value is (161,240,108). Sum of RGB (Red+Green+Blue) = 161+240+108=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F06C is #5E0F93. Grayscale: #C9C9C9. Windows color (decimal): -6164372 or 7139489. OLE color: 7139489.

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

Color convert

RGB 161 240 108 -
CMYK 0.33 0 0.55 0.06
HSL 95.91º 0.81% 0.68% -
HSV(B) 95.91º 0.55% 0.94% -
XYZ 48.56 70.98 25.33 -
YUV 201.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 161 240 108 0.33 0 0.55 0.06 95.91 0.81 0.68
Hex A1 F0 6C 21 0 37 6 60 51 44
Octal 241 360 154 41 0 67 6 140 121 104
Binary 10100001 11110000 1101100 100001 0 110111 110 1100000 1010001 1000100

Color Harmonies of #A1F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F06C

Black with #A1F06C

Text Example


Text Example

White with #A1F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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