Html Css Color HEX #ADD613 Inch Worm

📋 copy color: '#ADD613'

red 173 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #ADD613

Tints of Inch Worm #ADD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.71%

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 42.61%
G = 52.71%
B = 4.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#ADD613 (or 0xADD613) is known color: Inch Worm. HEX triplet: AD, D6 and 13. RGB value is (173,214,19). Sum of RGB (Red+Green+Blue) = 173+214+19=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD613 is #5229EC. Grayscale: #B4B4B4. Windows color (decimal): -5384685 or 1300141. OLE color: 1300141.

HSL color Cylindrical-coordinate representation of color #ADD613: hue angle of 72.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD613 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 19 -
CMYK 0.19 0 0.91 0.16
HSL 72.62º 0.84% 0.46% -
HSV(B) 72.62º 0.91% 0.84% -
XYZ 41.4 57.02 9.44 -
YUV 179.51 37.42 123.36 -
System Red Green Blue C M Y K H S L
Decimal 173 214 19 0.19 0 0.91 0.16 72.62 0.84 0.46
Hex AD D6 13 13 0 5B 10 49 54 2E
Octal 255 326 23 23 0 133 20 111 124 56
Binary 10101101 11010110 10011 10011 0 1011011 10000 1001001 1010100 101110

Color Harmonies of #ADD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD613

Black with #ADD613

Text Example


Text Example

White with #ADD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD613; }

 p { color: rgb(173,214,19); }

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

background-color css

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

 a { background-color: rgb(173,214,19); }

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

border-color css

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

 span { border-color: rgb(173,214,19); }

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