Html Css Color HEX #ACDA0F Inch Worm

📋 copy color: '#ACDA0F'

red 172 ◦ green 218 ◦ blue 15

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

Shades of Inch Worm #ACDA0F

Tints of Inch Worm #ACDA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 42.47%
G = 53.83%
B = 3.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#ACDA0F (or 0xACDA0F) is known color: Inch Worm. HEX triplet: AC, DA and 0F. RGB value is (172,218,15). Sum of RGB (Red+Green+Blue) = 172+218+15=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA0F is #5325F0. Grayscale: #B5B5B5. Windows color (decimal): -5449201 or 1039020. OLE color: 1039020.

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

Color convert

RGB 172 218 15 -
CMYK 0.21 0 0.93 0.15
HSL 73.6º 0.87% 0.46% -
HSV(B) 73.6º 0.93% 0.85% -
XYZ 42.17 58.95 9.61 -
YUV 181.1 34.26 121.51 -
System Red Green Blue C M Y K H S L
Decimal 172 218 15 0.21 0 0.93 0.15 73.6 0.87 0.46
Hex AC DA F 15 0 5D F 4A 57 2E
Octal 254 332 17 25 0 135 17 112 127 56
Binary 10101100 11011010 1111 10101 0 1011101 1111 1001010 1010111 101110

Color Harmonies of #ACDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA0F

Black with #ACDA0F

Text Example


Text Example

White with #ACDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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