Html Css Color HEX #ADDF04 Inch Worm

📋 copy color: '#ADDF04'

red 173 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #ADDF04

Tints of Inch Worm #ADDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.75%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 43.25%
G = 55.75%
B = 1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#ADDF04 (or 0xADDF04) is known color: Inch Worm. HEX triplet: AD, DF and 04. RGB value is (173,223,4). Sum of RGB (Red+Green+Blue) = 173+223+4=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF04 is #5220FB. Grayscale: #B7B7B7. Windows color (decimal): -5382396 or 319405. OLE color: 319405.

HSL color Cylindrical-coordinate representation of color #ADDF04: hue angle of 73.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADDF04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 4 -
CMYK 0.22 0 0.98 0.13
HSL 73.7º 0.96% 0.45% -
HSV(B) 73.7º 0.98% 0.87% -
XYZ 43.64 61.67 9.72 -
YUV 183.08 26.94 120.81 -
System Red Green Blue C M Y K H S L
Decimal 173 223 4 0.22 0 0.98 0.13 73.7 0.96 0.45
Hex AD DF 4 16 0 62 D 4A 60 2D
Octal 255 337 4 26 0 142 15 112 140 55
Binary 10101101 11011111 100 10110 0 1100010 1101 1001010 1100000 101101

Color Harmonies of #ADDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF04

Black with #ADDF04

Text Example


Text Example

White with #ADDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF04; }

 p { color: rgb(173,223,4); }

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

background-color css

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

 a { background-color: rgb(173,223,4); }

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

border-color css

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

 span { border-color: rgb(173,223,4); }

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