Html Css Color HEX #ACF21A Inch Worm

📋 copy color: '#ACF21A'

red 172 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #ACF21A

Tints of Inch Worm #ACF21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 39.09%
G = 55%
B = 5.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#ACF21A (or 0xACF21A) is known color: Inch Worm. HEX triplet: AC, F2 and 1A. RGB value is (172,242,26). Sum of RGB (Red+Green+Blue) = 172+242+26=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21A is #530DE5. Grayscale: #C5C5C5. Windows color (decimal): -5443046 or 1766060. OLE color: 1766060.

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

Color convert

RGB 172 242 26 -
CMYK 0.29 0 0.89 0.05
HSL 79.44º 0.89% 0.53% -
HSV(B) 79.44º 0.89% 0.95% -
XYZ 48.95 72.35 12.36 -
YUV 196.45 31.81 110.56 -
System Red Green Blue C M Y K H S L
Decimal 172 242 26 0.29 0 0.89 0.05 79.44 0.89 0.53
Hex AC F2 1A 1D 0 59 5 4F 59 35
Octal 254 362 32 35 0 131 5 117 131 65
Binary 10101100 11110010 11010 11101 0 1011001 101 1001111 1011001 110101

Color Harmonies of #ACF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF21A

Black with #ACF21A

Text Example


Text Example

White with #ACF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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