Html Css Color HEX #ACDA0E Inch Worm

📋 copy color: '#ACDA0E'

red 172 ◦ green 218 ◦ blue 14

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

Shades of Inch Worm #ACDA0E

Tints of Inch Worm #ACDA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 42.57%
G = 53.96%
B = 3.47%

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

#ACDA0E (or 0xACDA0E) is known color: Inch Worm. HEX triplet: AC, DA and 0E. RGB value is (172,218,14). Sum of RGB (Red+Green+Blue) = 172+218+14=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA0E is #5325F1. Grayscale: #B5B5B5. Windows color (decimal): -5449202 or 973484. OLE color: 973484.

HSL color Cylindrical-coordinate representation of color #ACDA0E: hue angle of 73.53º degrees, saturation: 0.88, 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 #ACDA0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 14 -
CMYK 0.21 0 0.94 0.15
HSL 73.53º 0.88% 0.45% -
HSV(B) 73.53º 0.94% 0.85% -
XYZ 42.16 58.95 9.57 -
YUV 180.99 33.76 121.59 -
System Red Green Blue C M Y K H S L
Decimal 172 218 14 0.21 0 0.94 0.15 73.53 0.88 0.45
Hex AC DA E 15 0 5E F 4A 58 2D
Octal 254 332 16 25 0 136 17 112 130 55
Binary 10101100 11011010 1110 10101 0 1011110 1111 1001010 1011000 101101

Color Harmonies of #ACDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA0E

Black with #ACDA0E

Text Example


Text Example

White with #ACDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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