Html Css Color HEX #ACEA10 Inch Worm

📋 copy color: '#ACEA10'

red 172 ◦ green 234 ◦ blue 16

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

Shades of Inch Worm #ACEA10

Tints of Inch Worm #ACEA10

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.45%

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 40.76%
G = 55.45%
B = 3.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#ACEA10 (or 0xACEA10) is known color: Inch Worm. HEX triplet: AC, EA and 10. RGB value is (172,234,16). Sum of RGB (Red+Green+Blue) = 172+234+16=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA10 is #5315EF. Grayscale: #BFBFBF. Windows color (decimal): -5445104 or 1108652. OLE color: 1108652.

HSL color Cylindrical-coordinate representation of color #ACEA10: hue angle of 77.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACEA10 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 16 -
CMYK 0.26 0 0.93 0.08
HSL 77.06º 0.87% 0.49% -
HSV(B) 77.06º 0.93% 0.92% -
XYZ 46.53 67.65 11.1 -
YUV 190.61 29.46 114.73 -
System Red Green Blue C M Y K H S L
Decimal 172 234 16 0.26 0 0.93 0.08 77.06 0.87 0.49
Hex AC EA 10 1A 0 5D 8 4D 57 31
Octal 254 352 20 32 0 135 10 115 127 61
Binary 10101100 11101010 10000 11010 0 1011101 1000 1001101 1010111 110001

Color Harmonies of #ACEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA10

Black with #ACEA10

Text Example


Text Example

White with #ACEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA10; }

 p { color: rgb(172,234,16); }

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

background-color css

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

 a { background-color: rgb(172,234,16); }

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

border-color css

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

 span { border-color: rgb(172,234,16); }

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