Html Css Color HEX #ACF21C Inch Worm

📋 copy color: '#ACF21C'

red 172 ◦ green 242 ◦ blue 28

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

Shades of Inch Worm #ACF21C

Tints of Inch Worm #ACF21C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

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

R = 38.91%
G = 54.75%
B = 6.33%

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

#ACF21C (or 0xACF21C) is known color: Inch Worm. HEX triplet: AC, F2 and 1C. RGB value is (172,242,28). Sum of RGB (Red+Green+Blue) = 172+242+28=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21C is #530DE3. Grayscale: #C5C5C5. Windows color (decimal): -5443044 or 1897132. OLE color: 1897132.

HSL color Cylindrical-coordinate representation of color #ACF21C: hue angle of 79.63º degrees, saturation: 0.89, 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 #ACF21C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 28 -
CMYK 0.29 0 0.88 0.05
HSL 79.63º 0.89% 0.53% -
HSV(B) 79.63º 0.88% 0.95% -
XYZ 48.97 72.36 12.48 -
YUV 196.67 32.81 110.4 -
System Red Green Blue C M Y K H S L
Decimal 172 242 28 0.29 0 0.88 0.05 79.63 0.89 0.53
Hex AC F2 1C 1D 0 58 5 50 59 35
Octal 254 362 34 35 0 130 5 120 131 65
Binary 10101100 11110010 11100 11101 0 1011000 101 1010000 1011001 110101

Color Harmonies of #ACF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF21C

Black with #ACF21C

Text Example


Text Example

White with #ACF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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