Html Css Color HEX #ACF31E Inch Worm

📋 copy color: '#ACF31E'

red 172 ◦ green 243 ◦ blue 30

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

Shades of Inch Worm #ACF31E

Tints of Inch Worm #ACF31E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.61%

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 38.65%
G = 54.61%
B = 6.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#ACF31E (or 0xACF31E) is known color: Inch Worm. HEX triplet: AC, F3 and 1E. RGB value is (172,243,30). Sum of RGB (Red+Green+Blue) = 172+243+30=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF31E is #530CE1. Grayscale: #C6C6C6. Windows color (decimal): -5442786 or 2028460. OLE color: 2028460.

HSL color Cylindrical-coordinate representation of color #ACF31E: hue angle of 80º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF31E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 30 -
CMYK 0.29 0 0.88 0.05
HSL 80º 0.9% 0.54% -
HSV(B) 80º 0.88% 0.95% -
XYZ 49.3 72.97 12.71 -
YUV 197.49 33.48 109.82 -
System Red Green Blue C M Y K H S L
Decimal 172 243 30 0.29 0 0.88 0.05 80 0.9 0.54
Hex AC F3 1E 1D 0 58 5 50 5A 36
Octal 254 363 36 35 0 130 5 120 132 66
Binary 10101100 11110011 11110 11101 0 1011000 101 1010000 1011010 110110

Color Harmonies of #ACF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF31E

Black with #ACF31E

Text Example


Text Example

White with #ACF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF31E; }

 p { color: rgb(172,243,30); }

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

background-color css

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

 a { background-color: rgb(172,243,30); }

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

border-color css

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

 span { border-color: rgb(172,243,30); }

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