Html Css Color HEX #ACDB04 Inch Worm

📋 copy color: '#ACDB04'

red 172 ◦ green 219 ◦ blue 4

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

Shades of Inch Worm #ACDB04

Tints of Inch Worm #ACDB04

RGB

 RED value IS 172 (67.58% from 255) = 43.54%

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

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

R = 43.54%
G = 55.44%
B = 1.01%

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

#ACDB04 (or 0xACDB04) is known color: Inch Worm. HEX triplet: AC, DB and 04. RGB value is (172,219,4). Sum of RGB (Red+Green+Blue) = 172+219+4=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB04 is #5324FB. Grayscale: #B5B5B5. Windows color (decimal): -5448956 or 318380. OLE color: 318380.

HSL color Cylindrical-coordinate representation of color #ACDB04: 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 #ACDB04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 4 -
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.37 59.44 9.36 -
YUV 180.44 28.43 121.98 -
System Red Green Blue C M Y K H S L
Decimal 172 219 4 0.21 0 0.98 0.14 73.12 0.96 0.44
Hex AC DB 4 15 0 62 E 49 60 2C
Octal 254 333 4 25 0 142 16 111 140 54
Binary 10101100 11011011 100 10101 0 1100010 1110 1001001 1100000 101100

Color Harmonies of #ACDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB04

Black with #ACDB04

Text Example


Text Example

White with #ACDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB04; }

 p { color: rgb(172,219,4); }

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

background-color css

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

 a { background-color: rgb(172,219,4); }

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

border-color css

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

 span { border-color: rgb(172,219,4); }

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