Html Css Color HEX #A1F21C Inch Worm

📋 copy color: '#A1F21C'

red 161 ◦ green 242 ◦ blue 28

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

Shades of Inch Worm #A1F21C

Tints of Inch Worm #A1F21C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.15%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 37.35%
G = 56.15%
B = 6.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#A1F21C (or 0xA1F21C) is known color: Inch Worm. HEX triplet: A1, F2 and 1C. RGB value is (161,242,28). Sum of RGB (Red+Green+Blue) = 161+242+28=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F21C is #5E0DE3. Grayscale: #C2C2C2. Windows color (decimal): -6163940 or 1897121. OLE color: 1897121.

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

Color convert

RGB 161 242 28 -
CMYK 0.33 0 0.88 0.05
HSL 82.71º 0.89% 0.53% -
HSV(B) 82.71º 0.88% 0.95% -
XYZ 46.66 71.17 12.38 -
YUV 193.39 34.66 104.9 -
System Red Green Blue C M Y K H S L
Decimal 161 242 28 0.33 0 0.88 0.05 82.71 0.89 0.53
Hex A1 F2 1C 21 0 58 5 53 59 35
Octal 241 362 34 41 0 130 5 123 131 65
Binary 10100001 11110010 11100 100001 0 1011000 101 1010011 1011001 110101

Color Harmonies of #A1F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F21C

Black with #A1F21C

Text Example


Text Example

White with #A1F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F21C; }

 p { color: rgb(161,242,28); }

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

background-color css

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

 a { background-color: rgb(161,242,28); }

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

border-color css

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

 span { border-color: rgb(161,242,28); }

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