Html Css Color HEX #A0DF15 Inch Worm

📋 copy color: '#A0DF15'

red 160 ◦ green 223 ◦ blue 21

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

Shades of Inch Worm #A0DF15

Tints of Inch Worm #A0DF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 39.6%
G = 55.2%
B = 5.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#A0DF15 (or 0xA0DF15) is known color: Inch Worm. HEX triplet: A0, DF and 15. RGB value is (160,223,21). Sum of RGB (Red+Green+Blue) = 160+223+21=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF15 is #5F20EA. Grayscale: #B5B5B5. Windows color (decimal): -6234347 or 1433504. OLE color: 1433504.

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

Color convert

RGB 160 223 21 -
CMYK 0.28 0 0.91 0.13
HSL 78.71º 0.83% 0.48% -
HSV(B) 78.71º 0.91% 0.87% -
XYZ 41.02 60.3 10.19 -
YUV 181.14 37.63 112.93 -
System Red Green Blue C M Y K H S L
Decimal 160 223 21 0.28 0 0.91 0.13 78.71 0.83 0.48
Hex A0 DF 15 1C 0 5B D 4F 53 30
Octal 240 337 25 34 0 133 15 117 123 60
Binary 10100000 11011111 10101 11100 0 1011011 1101 1001111 1010011 110000

Color Harmonies of #A0DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF15

Black with #A0DF15

Text Example


Text Example

White with #A0DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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