Html Css Color HEX #ADF020 Inch Worm

📋 copy color: '#ADF020'

red 173 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #ADF020

Tints of Inch Worm #ADF020

RGB

 RED value IS 173 (67.97% from 255) = 38.88%

 GREEN value IS 240 (94.14% from 255) = 53.93%

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 38.88%
G = 53.93%
B = 7.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#ADF020 (or 0xADF020) is known color: Inch Worm. HEX triplet: AD, F0 and 20. RGB value is (173,240,32). Sum of RGB (Red+Green+Blue) = 173+240+32=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF020 is #520FDF. Grayscale: #C5C5C5. Windows color (decimal): -5378016 or 2158765. OLE color: 2158765.

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

Color convert

RGB 173 240 32 -
CMYK 0.28 0 0.87 0.06
HSL 79.33º 0.87% 0.53% -
HSV(B) 79.33º 0.87% 0.94% -
XYZ 48.65 71.31 12.57 -
YUV 196.26 35.3 111.41 -
System Red Green Blue C M Y K H S L
Decimal 173 240 32 0.28 0 0.87 0.06 79.33 0.87 0.53
Hex AD F0 20 1C 0 57 6 4F 57 35
Octal 255 360 40 34 0 127 6 117 127 65
Binary 10101101 11110000 100000 11100 0 1010111 110 1001111 1010111 110101

Color Harmonies of #ADF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF020

Black with #ADF020

Text Example


Text Example

White with #ADF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF020; }

 p { color: rgb(173,240,32); }

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

background-color css

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

 a { background-color: rgb(173,240,32); }

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

border-color css

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

 span { border-color: rgb(173,240,32); }

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