Html Css Color HEX #ADD612 Inch Worm

📋 copy color: '#ADD612'

red 173 ◦ green 214 ◦ blue 18

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

Shades of Inch Worm #ADD612

Tints of Inch Worm #ADD612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 42.72%
G = 52.84%
B = 4.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#ADD612 (or 0xADD612) is known color: Inch Worm. HEX triplet: AD, D6 and 12. RGB value is (173,214,18). Sum of RGB (Red+Green+Blue) = 173+214+18=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD612 is #5229ED. Grayscale: #B4B4B4. Windows color (decimal): -5384686 or 1234605. OLE color: 1234605.

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

Color convert

RGB 173 214 18 -
CMYK 0.19 0 0.92 0.16
HSL 72.55º 0.84% 0.45% -
HSV(B) 72.55º 0.92% 0.84% -
XYZ 41.39 57.02 9.4 -
YUV 179.4 36.92 123.44 -
System Red Green Blue C M Y K H S L
Decimal 173 214 18 0.19 0 0.92 0.16 72.55 0.84 0.45
Hex AD D6 12 13 0 5C 10 49 54 2D
Octal 255 326 22 23 0 134 20 111 124 55
Binary 10101101 11010110 10010 10011 0 1011100 10000 1001001 1010100 101101

Color Harmonies of #ADD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD612

Black with #ADD612

Text Example


Text Example

White with #ADD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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