Html Css Color HEX #ACEA02 Inch Worm

📋 copy color: '#ACEA02'

red 172 ◦ green 234 ◦ blue 2

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

Shades of Inch Worm #ACEA02

Tints of Inch Worm #ACEA02

RGB

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

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

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

R = 42.16%
G = 57.35%
B = 0.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#ACEA02 (or 0xACEA02) is known color: Inch Worm. HEX triplet: AC, EA and 02. RGB value is (172,234,2). Sum of RGB (Red+Green+Blue) = 172+234+2=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA02 is #5315FD. Grayscale: #BDBDBD. Windows color (decimal): -5445118 or 191148. OLE color: 191148.

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

Color convert

RGB 172 234 2 -
CMYK 0.26 0 0.99 0.08
HSL 76.03º 0.98% 0.46% -
HSV(B) 76.03º 0.99% 0.92% -
XYZ 46.45 67.62 10.66 -
YUV 189.01 22.46 115.86 -
System Red Green Blue C M Y K H S L
Decimal 172 234 2 0.26 0 0.99 0.08 76.03 0.98 0.46
Hex AC EA 2 1A 0 63 8 4C 62 2E
Octal 254 352 2 32 0 143 10 114 142 56
Binary 10101100 11101010 10 11010 0 1100011 1000 1001100 1100010 101110

Color Harmonies of #ACEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA02

Black with #ACEA02

Text Example


Text Example

White with #ACEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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