Html Css Color HEX #ADDB0C Inch Worm

📋 copy color: '#ADDB0C'

red 173 ◦ green 219 ◦ blue 12

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

Shades of Inch Worm #ADDB0C

Tints of Inch Worm #ADDB0C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.21%

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 42.82%
G = 54.21%
B = 2.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#ADDB0C (or 0xADDB0C) is known color: Inch Worm. HEX triplet: AD, DB and 0C. RGB value is (173,219,12). Sum of RGB (Red+Green+Blue) = 173+219+12=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB0C is #5224F3. Grayscale: #B6B6B6. Windows color (decimal): -5383412 or 842669. OLE color: 842669.

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

Color convert

RGB 173 219 12 -
CMYK 0.21 0 0.95 0.14
HSL 73.33º 0.9% 0.45% -
HSV(B) 73.33º 0.95% 0.86% -
XYZ 42.63 59.57 9.6 -
YUV 181.65 32.26 121.83 -
System Red Green Blue C M Y K H S L
Decimal 173 219 12 0.21 0 0.95 0.14 73.33 0.9 0.45
Hex AD DB C 15 0 5F E 49 5A 2D
Octal 255 333 14 25 0 137 16 111 132 55
Binary 10101101 11011011 1100 10101 0 1011111 1110 1001001 1011010 101101

Color Harmonies of #ADDB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB0C

Black with #ADDB0C

Text Example


Text Example

White with #ADDB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB0C; }

 p { color: rgb(173,219,12); }

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

background-color css

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

 a { background-color: rgb(173,219,12); }

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

border-color css

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

 span { border-color: rgb(173,219,12); }

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