Html Css Color HEX #A0DF1C Inch Worm

📋 copy color: '#A0DF1C'

red 160 ◦ green 223 ◦ blue 28

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

Shades of Inch Worm #A0DF1C

Tints of Inch Worm #A0DF1C

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

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

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

R = 38.93%
G = 54.26%
B = 6.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#A0DF1C (or 0xA0DF1C) is known color: Inch Worm. HEX triplet: A0, DF and 1C. RGB value is (160,223,28). Sum of RGB (Red+Green+Blue) = 160+223+28=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF1C is #5F20E3. Grayscale: #B6B6B6. Windows color (decimal): -6234340 or 1892256. OLE color: 1892256.

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

Color convert

RGB 160 223 28 -
CMYK 0.28 0 0.87 0.13
HSL 79.38º 0.78% 0.49% -
HSV(B) 79.38º 0.87% 0.87% -
XYZ 41.09 60.33 10.58 -
YUV 181.93 41.13 112.36 -
System Red Green Blue C M Y K H S L
Decimal 160 223 28 0.28 0 0.87 0.13 79.38 0.78 0.49
Hex A0 DF 1C 1C 0 57 D 4F 4E 31
Octal 240 337 34 34 0 127 15 117 116 61
Binary 10100000 11011111 11100 11100 0 1010111 1101 1001111 1001110 110001

Color Harmonies of #A0DF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF1C

Black with #A0DF1C

Text Example


Text Example

White with #A0DF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF1C; }

 p { color: rgb(160,223,28); }

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

background-color css

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

 a { background-color: rgb(160,223,28); }

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

border-color css

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

 span { border-color: rgb(160,223,28); }

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