Html Css Color HEX #ACDA0D Inch Worm

📋 copy color: '#ACDA0D'

red 172 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #ACDA0D

Tints of Inch Worm #ACDA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 42.68%
G = 54.09%
B = 3.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#ACDA0D (or 0xACDA0D) is known color: Inch Worm. HEX triplet: AC, DA and 0D. RGB value is (172,218,13). Sum of RGB (Red+Green+Blue) = 172+218+13=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA0D is #5325F2. Grayscale: #B5B5B5. Windows color (decimal): -5449203 or 907948. OLE color: 907948.

HSL color Cylindrical-coordinate representation of color #ACDA0D: hue angle of 73.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDA0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 13 -
CMYK 0.21 0 0.94 0.15
HSL 73.46º 0.89% 0.45% -
HSV(B) 73.46º 0.94% 0.85% -
XYZ 42.16 58.94 9.54 -
YUV 180.88 33.26 121.67 -
System Red Green Blue C M Y K H S L
Decimal 172 218 13 0.21 0 0.94 0.15 73.46 0.89 0.45
Hex AC DA D 15 0 5E F 49 59 2D
Octal 254 332 15 25 0 136 17 111 131 55
Binary 10101100 11011010 1101 10101 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #ACDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA0D

Black with #ACDA0D

Text Example


Text Example

White with #ACDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA0D; }

 p { color: rgb(172,218,13); }

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

background-color css

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

 a { background-color: rgb(172,218,13); }

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

border-color css

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

 span { border-color: rgb(172,218,13); }

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