Html Css Color HEX #A0DF02 Inch Worm

📋 copy color: '#A0DF02'

red 160 ◦ green 223 ◦ blue 2

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

Shades of Inch Worm #A0DF02

Tints of Inch Worm #A0DF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 41.56%
G = 57.92%
B = 0.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#A0DF02 (or 0xA0DF02) is known color: Inch Worm. HEX triplet: A0, DF and 02. RGB value is (160,223,2). Sum of RGB (Red+Green+Blue) = 160+223+2=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF02 is #5F20FD. Grayscale: #B3B3B3. Windows color (decimal): -6234366 or 188320. OLE color: 188320.

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

Color convert

RGB 160 223 2 -
CMYK 0.28 0 0.99 0.13
HSL 77.1º 0.98% 0.44% -
HSV(B) 77.1º 0.99% 0.87% -
XYZ 40.9 60.25 9.53 -
YUV 178.97 28.13 114.47 -
System Red Green Blue C M Y K H S L
Decimal 160 223 2 0.28 0 0.99 0.13 77.1 0.98 0.44
Hex A0 DF 2 1C 0 63 D 4D 62 2C
Octal 240 337 2 34 0 143 15 115 142 54
Binary 10100000 11011111 10 11100 0 1100011 1101 1001101 1100010 101100

Color Harmonies of #A0DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF02

Black with #A0DF02

Text Example


Text Example

White with #A0DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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