Html Css Color HEX #A1DD0A Inch Worm

📋 copy color: '#A1DD0A'

red 161 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #A1DD0A

Tints of Inch Worm #A1DD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.38%

 BLUE value IS 10 (4.3% from 255) = 2.55%

R = 41.07%
G = 56.38%
B = 2.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A1DD0A (or 0xA1DD0A) is known color: Inch Worm. HEX triplet: A1, DD and 0A. RGB value is (161,221,10). Sum of RGB (Red+Green+Blue) = 161+221+10=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD0A is #5E22F5. Grayscale: #B3B3B3. Windows color (decimal): -6169334 or 712097. OLE color: 712097.

HSL color Cylindrical-coordinate representation of color #A1DD0A: hue angle of 77.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1DD0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 10 -
CMYK 0.27 0 0.95 0.13
HSL 77.06º 0.91% 0.45% -
HSV(B) 77.06º 0.95% 0.87% -
XYZ 40.61 59.31 9.6 -
YUV 179.01 32.62 115.16 -
System Red Green Blue C M Y K H S L
Decimal 161 221 10 0.27 0 0.95 0.13 77.06 0.91 0.45
Hex A1 DD A 1B 0 5F D 4D 5B 2D
Octal 241 335 12 33 0 137 15 115 133 55
Binary 10100001 11011101 1010 11011 0 1011111 1101 1001101 1011011 101101

Color Harmonies of #A1DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD0A

Black with #A1DD0A

Text Example


Text Example

White with #A1DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD0A; }

 p { color: rgb(161,221,10); }

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

background-color css

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

 a { background-color: rgb(161,221,10); }

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

border-color css

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

 span { border-color: rgb(161,221,10); }

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