Html Css Color HEX #ACF21D Inch Worm

📋 copy color: '#ACF21D'

red 172 ◦ green 242 ◦ blue 29

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

Shades of Inch Worm #ACF21D

Tints of Inch Worm #ACF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.55%

R = 38.83%
G = 54.63%
B = 6.55%

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

#ACF21D (or 0xACF21D) is known color: Inch Worm. HEX triplet: AC, F2 and 1D. RGB value is (172,242,29). Sum of RGB (Red+Green+Blue) = 172+242+29=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21D is #530DE2. Grayscale: #C5C5C5. Windows color (decimal): -5443043 or 1962668. OLE color: 1962668.

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

Color convert

RGB 172 242 29 -
CMYK 0.29 0 0.88 0.05
HSL 79.72º 0.89% 0.53% -
HSV(B) 79.72º 0.88% 0.95% -
XYZ 48.99 72.36 12.55 -
YUV 196.79 33.31 110.32 -
System Red Green Blue C M Y K H S L
Decimal 172 242 29 0.29 0 0.88 0.05 79.72 0.89 0.53
Hex AC F2 1D 1D 0 58 5 50 59 35
Octal 254 362 35 35 0 130 5 120 131 65
Binary 10101100 11110010 11101 11101 0 1011000 101 1010000 1011001 110101

Color Harmonies of #ACF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF21D

Black with #ACF21D

Text Example


Text Example

White with #ACF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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