Html Css Color HEX #ACE702 Inch Worm

📋 copy color: '#ACE702'

red 172 ◦ green 231 ◦ blue 2

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

Shades of Inch Worm #ACE702

Tints of Inch Worm #ACE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 57.04%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 42.47%
G = 57.04%
B = 0.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#ACE702 (or 0xACE702) is known color: Inch Worm. HEX triplet: AC, E7 and 02. RGB value is (172,231,2). Sum of RGB (Red+Green+Blue) = 172+231+2=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 231 (90.62% from 255 or 57.04% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE702 is #5318FD. Grayscale: #BCBCBC. Windows color (decimal): -5445886 or 190380. OLE color: 190380.

HSL color Cylindrical-coordinate representation of color #ACE702: hue angle of 75.46º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACE702 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 231 2 -
CMYK 0.26 0 0.99 0.09
HSL 75.46º 0.98% 0.46% -
HSV(B) 75.46º 0.99% 0.91% -
XYZ 45.6 65.93 10.38 -
YUV 187.25 23.45 117.12 -
System Red Green Blue C M Y K H S L
Decimal 172 231 2 0.26 0 0.99 0.09 75.46 0.98 0.46
Hex AC E7 2 1A 0 63 9 4B 62 2E
Octal 254 347 2 32 0 143 11 113 142 56
Binary 10101100 11100111 10 11010 0 1100011 1001 1001011 1100010 101110

Color Harmonies of #ACE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE702

Black with #ACE702

Text Example


Text Example

White with #ACE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE702; }

 p { color: rgb(172,231,2); }

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

background-color css

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

 a { background-color: rgb(172,231,2); }

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

border-color css

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

 span { border-color: rgb(172,231,2); }

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