Html Css Color HEX #ACF21F Inch Worm

📋 copy color: '#ACF21F'

red 172 ◦ green 242 ◦ blue 31

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

Shades of Inch Worm #ACF21F

Tints of Inch Worm #ACF21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 38.65%
G = 54.38%
B = 6.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#ACF21F (or 0xACF21F) is known color: Inch Worm. HEX triplet: AC, F2 and 1F. RGB value is (172,242,31). Sum of RGB (Red+Green+Blue) = 172+242+31=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21F is #530DE0. Grayscale: #C5C5C5. Windows color (decimal): -5443041 or 2093740. OLE color: 2093740.

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

Color convert

RGB 172 242 31 -
CMYK 0.29 0 0.87 0.05
HSL 79.91º 0.89% 0.54% -
HSV(B) 79.91º 0.87% 0.95% -
XYZ 49.01 72.37 12.68 -
YUV 197.02 34.31 110.16 -
System Red Green Blue C M Y K H S L
Decimal 172 242 31 0.29 0 0.87 0.05 79.91 0.89 0.54
Hex AC F2 1F 1D 0 57 5 50 59 36
Octal 254 362 37 35 0 127 5 120 131 66
Binary 10101100 11110010 11111 11101 0 1010111 101 1010000 1011001 110110

Color Harmonies of #ACF21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF21F

Black with #ACF21F

Text Example


Text Example

White with #ACF21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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