Html Css Color HEX #ACF31C Inch Worm

📋 copy color: '#ACF31C'

red 172 ◦ green 243 ◦ blue 28

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

Shades of Inch Worm #ACF31C

Tints of Inch Worm #ACF31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 38.83%
G = 54.85%
B = 6.32%

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

#ACF31C (or 0xACF31C) is known color: Inch Worm. HEX triplet: AC, F3 and 1C. RGB value is (172,243,28). Sum of RGB (Red+Green+Blue) = 172+243+28=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF31C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF31C is #530CE3. Grayscale: #C6C6C6. Windows color (decimal): -5442788 or 1897388. OLE color: 1897388.

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

Color convert

RGB 172 243 28 -
CMYK 0.29 0 0.88 0.05
HSL 79.81º 0.9% 0.53% -
HSV(B) 79.81º 0.88% 0.95% -
XYZ 49.27 72.96 12.58 -
YUV 197.26 32.48 109.98 -
System Red Green Blue C M Y K H S L
Decimal 172 243 28 0.29 0 0.88 0.05 79.81 0.9 0.53
Hex AC F3 1C 1D 0 58 5 50 5A 35
Octal 254 363 34 35 0 130 5 120 132 65
Binary 10101100 11110011 11100 11101 0 1011000 101 1010000 1011010 110101

Color Harmonies of #ACF31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF31C

Black with #ACF31C

Text Example


Text Example

White with #ACF31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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