Html Css Color HEX #ADDA01 Inch Worm

📋 copy color: '#ADDA01'

red 173 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #ADDA01

Tints of Inch Worm #ADDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 44.13%
G = 55.61%
B = 0.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#ADDA01 (or 0xADDA01) is known color: Inch Worm. HEX triplet: AD, DA and 01. RGB value is (173,218,1). Sum of RGB (Red+Green+Blue) = 173+218+1=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA01 is #5225FE. Grayscale: #B4B4B4. Windows color (decimal): -5383679 or 121517. OLE color: 121517.

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

Color convert

RGB 173 218 1 -
CMYK 0.21 0 1.00 0.15
HSL 72.44º 0.99% 0.43% -
HSV(B) 72.44º 1% 0.85% -
XYZ 42.31 59.03 9.19 -
YUV 179.81 27.09 123.14 -
System Red Green Blue C M Y K H S L
Decimal 173 218 1 0.21 0 1.00 0.15 72.44 0.99 0.43
Hex AD DA 1 15 0 64 F 48 63 2B
Octal 255 332 1 25 0 144 17 110 143 53
Binary 10101101 11011010 1 10101 0 1100100 1111 1001000 1100011 101011

Color Harmonies of #ADDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA01

Black with #ADDA01

Text Example


Text Example

White with #ADDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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