Html Css Color HEX #A1DF0D Inch Worm

📋 copy color: '#A1DF0D'

red 161 ◦ green 223 ◦ blue 13

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

Shades of Inch Worm #A1DF0D

Tints of Inch Worm #A1DF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 40.55%
G = 56.17%
B = 3.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#A1DF0D (or 0xA1DF0D) is known color: Inch Worm. HEX triplet: A1, DF and 0D. RGB value is (161,223,13). Sum of RGB (Red+Green+Blue) = 161+223+13=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DF0D is #5E20F2. Grayscale: #B5B5B5. Windows color (decimal): -6168819 or 909217. OLE color: 909217.

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

Color convert

RGB 161 223 13 -
CMYK 0.28 0 0.94 0.13
HSL 77.71º 0.89% 0.46% -
HSV(B) 77.71º 0.94% 0.87% -
XYZ 41.16 60.38 9.87 -
YUV 180.52 33.46 114.08 -
System Red Green Blue C M Y K H S L
Decimal 161 223 13 0.28 0 0.94 0.13 77.71 0.89 0.46
Hex A1 DF D 1C 0 5E D 4E 59 2E
Octal 241 337 15 34 0 136 15 116 131 56
Binary 10100001 11011111 1101 11100 0 1011110 1101 1001110 1011001 101110

Color Harmonies of #A1DF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF0D

Black with #A1DF0D

Text Example


Text Example

White with #A1DF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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