#A1F31B

Color #A1F31B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A1F31B

Tints of Inch Worm #A1F31B

Color information

#A1F31B (or 0xA1F31B) is unknown color: approx Inch Worm. HEX triplet: A1, F3 and 1B. RGB value is (161,243,27). Sum of RGB (Red+Green+Blue) = 161+243+27=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F31B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F31B is #5E0CE4. Grayscale: #C2C2C2. Windows color (decimal): -6163685 or 1831841. OLE color: 1831841.

HSL color Cylindrical-coordinate representation of color #A1F31B: hue angle of 82.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1F31B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB16124327-
CMYK0.3400.890.05
HSL82.78º90%52.94%-
HSV(B)82.78º88.89%95.29%-
XYZ46.9571.7612.41-
YUV193.8633.83104.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 243 (95.31% from 255) = 56.38%
BLUE value IS 27 (10.94% from 255) = 6.26%
R=37.35%
G=56.38%
B=6.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161243270.3400.890.0582.789052.94
HexA1F31B220595535a35
Octal24136333420131512313265
Binary1010000111110011110111000100101100110110100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F31B; }

 p { color: rgb(161,243,27); }

 H1.HeaderClassName
 {
   color: #A1F31B;
 }
 .AnyTagClassName
 {
   color: #A1F31B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,243,27); }

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

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

 span { border-color: rgb(161,243,27); }

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