Html Css Color HEX #ADDA12 Inch Worm

📋 copy color: '#ADDA12'

red 173 ◦ green 218 ◦ blue 18

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

Shades of Inch Worm #ADDA12

Tints of Inch Worm #ADDA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

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

R = 42.3%
G = 53.3%
B = 4.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#ADDA12 (or 0xADDA12) is known color: Inch Worm. HEX triplet: AD, DA and 12. RGB value is (173,218,18). Sum of RGB (Red+Green+Blue) = 173+218+18=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA12 is #5225ED. Grayscale: #B6B6B6. Windows color (decimal): -5383662 or 1235629. OLE color: 1235629.

HSL color Cylindrical-coordinate representation of color #ADDA12: hue angle of 73.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADDA12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 18 -
CMYK 0.21 0 0.92 0.15
HSL 73.5º 0.85% 0.46% -
HSV(B) 73.5º 0.92% 0.85% -
XYZ 42.41 59.07 9.74 -
YUV 181.75 35.59 121.76 -
System Red Green Blue C M Y K H S L
Decimal 173 218 18 0.21 0 0.92 0.15 73.5 0.85 0.46
Hex AD DA 12 15 0 5C F 4A 55 2E
Octal 255 332 22 25 0 134 17 112 125 56
Binary 10101101 11011010 10010 10101 0 1011100 1111 1001010 1010101 101110

Color Harmonies of #ADDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA12

Black with #ADDA12

Text Example


Text Example

White with #ADDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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