Html Css Color HEX #A1DF00 Inch Worm

📋 copy color: '#A1DF00'

red 161 ◦ green 223 ◦ blue 0

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

Shades of Inch Worm #A1DF00

Tints of Inch Worm #A1DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.93%
G = 58.07%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#A1DF00 (or 0xA1DF00) is known color: Inch Worm. HEX triplet: A1, DF and 00. RGB value is (161,223,0). Sum of RGB (Red+Green+Blue) = 161+223+0=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DF00 is #5E20FF. Grayscale: #B3B3B3. Windows color (decimal): -6168832 or 57249. OLE color: 57249.

HSL color Cylindrical-coordinate representation of color #A1DF00: hue angle of 76.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1DF00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 0 -
CMYK 0.28 0 1 0.13
HSL 76.68º 1% 0.44% -
HSV(B) 76.68º 1% 0.87% -
XYZ 41.09 60.35 9.48 -
YUV 179.04 26.96 115.13 -
System Red Green Blue C M Y K H S L
Decimal 161 223 0 0.28 0 1 0.13 76.68 1 0.44
Hex A1 DF 0 1C 0 64 D 4D 64 2C
Octal 241 337 0 34 0 144 15 115 144 54
Binary 10100001 11011111 0 11100 0 1100100 1101 1001101 1100100 101100

Color Harmonies of #A1DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF00

Black with #A1DF00

Text Example


Text Example

White with #A1DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF00; }

 p { color: rgb(161,223,0); }

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

background-color css

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

 a { background-color: rgb(161,223,0); }

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

border-color css

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

 span { border-color: rgb(161,223,0); }

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