Html Css Color HEX #ADF20D Inch Worm

📋 copy color: '#ADF20D'

red 173 ◦ green 242 ◦ blue 13

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

Shades of Inch Worm #ADF20D

Tints of Inch Worm #ADF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 40.42%
G = 56.54%
B = 3.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#ADF20D (or 0xADF20D) is known color: Inch Worm. HEX triplet: AD, F2 and 0D. RGB value is (173,242,13). Sum of RGB (Red+Green+Blue) = 173+242+13=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF20D is #520DF2. Grayscale: #C4C4C4. Windows color (decimal): -5377523 or 914093. OLE color: 914093.

HSL color Cylindrical-coordinate representation of color #ADF20D: hue angle of 78.08º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF20D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 13 -
CMYK 0.29 0 0.95 0.05
HSL 78.08º 0.9% 0.5% -
HSV(B) 78.08º 0.95% 0.95% -
XYZ 49.06 72.42 11.77 -
YUV 195.26 25.14 112.12 -
System Red Green Blue C M Y K H S L
Decimal 173 242 13 0.29 0 0.95 0.05 78.08 0.9 0.5
Hex AD F2 D 1D 0 5F 5 4E 5A 32
Octal 255 362 15 35 0 137 5 116 132 62
Binary 10101101 11110010 1101 11101 0 1011111 101 1001110 1011010 110010

Color Harmonies of #ADF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF20D

Black with #ADF20D

Text Example


Text Example

White with #ADF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF20D; }

 p { color: rgb(173,242,13); }

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

background-color css

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

 a { background-color: rgb(173,242,13); }

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

border-color css

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

 span { border-color: rgb(173,242,13); }

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