Html Css Color HEX #A1F318 Inch Worm

📋 copy color: '#A1F318'

red 161 ◦ green 243 ◦ blue 24

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

Shades of Inch Worm #A1F318

Tints of Inch Worm #A1F318

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.78%

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 37.62%
G = 56.78%
B = 5.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#A1F318 (or 0xA1F318) is known color: Inch Worm. HEX triplet: A1, F3 and 18. RGB value is (161,243,24). Sum of RGB (Red+Green+Blue) = 161+243+24=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F318 is #5E0CE7. Grayscale: #C2C2C2. Windows color (decimal): -6163688 or 1635233. OLE color: 1635233.

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

Color convert

RGB 161 243 24 -
CMYK 0.34 0 0.90 0.05
HSL 82.47º 0.9% 0.52% -
HSV(B) 82.47º 0.9% 0.95% -
XYZ 46.91 71.74 12.24 -
YUV 193.52 32.33 104.81 -
System Red Green Blue C M Y K H S L
Decimal 161 243 24 0.34 0 0.90 0.05 82.47 0.9 0.52
Hex A1 F3 18 22 0 5A 5 52 5A 34
Octal 241 363 30 42 0 132 5 122 132 64
Binary 10100001 11110011 11000 100010 0 1011010 101 1010010 1011010 110100

Color Harmonies of #A1F318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F318

Black with #A1F318

Text Example


Text Example

White with #A1F318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F318; }

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

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

background-color css

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

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

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

border-color css

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

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

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