Html Css Color HEX #ADDC05 Inch Worm

📋 copy color: '#ADDC05'

red 173 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #ADDC05

Tints of Inch Worm #ADDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.28%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 43.47%
G = 55.28%
B = 1.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#ADDC05 (or 0xADDC05) is known color: Inch Worm. HEX triplet: AD, DC and 05. RGB value is (173,220,5). Sum of RGB (Red+Green+Blue) = 173+220+5=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC05 is #5223FA. Grayscale: #B6B6B6. Windows color (decimal): -5383163 or 384173. OLE color: 384173.

HSL color Cylindrical-coordinate representation of color #ADDC05: hue angle of 73.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADDC05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 5 -
CMYK 0.21 0 0.98 0.14
HSL 73.12º 0.96% 0.44% -
HSV(B) 73.12º 0.98% 0.86% -
XYZ 42.85 60.08 9.48 -
YUV 181.44 28.43 121.98 -
System Red Green Blue C M Y K H S L
Decimal 173 220 5 0.21 0 0.98 0.14 73.12 0.96 0.44
Hex AD DC 5 15 0 62 E 49 60 2C
Octal 255 334 5 25 0 142 16 111 140 54
Binary 10101101 11011100 101 10101 0 1100010 1110 1001001 1100000 101100

Color Harmonies of #ADDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC05

Black with #ADDC05

Text Example


Text Example

White with #ADDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC05; }

 p { color: rgb(173,220,5); }

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

background-color css

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

 a { background-color: rgb(173,220,5); }

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

border-color css

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

 span { border-color: rgb(173,220,5); }

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