Html Css Color HEX #ACF20F Inch Worm

📋 copy color: '#ACF20F'

red 172 ◦ green 242 ◦ blue 15

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

Shades of Inch Worm #ACF20F

Tints of Inch Worm #ACF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 40.09%
G = 56.41%
B = 3.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#ACF20F (or 0xACF20F) is known color: Inch Worm. HEX triplet: AC, F2 and 0F. RGB value is (172,242,15). Sum of RGB (Red+Green+Blue) = 172+242+15=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF20F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF20F is #530DF0. Grayscale: #C4C4C4. Windows color (decimal): -5443057 or 1045164. OLE color: 1045164.

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

Color convert

RGB 172 242 15 -
CMYK 0.29 0 0.94 0.05
HSL 78.5º 0.9% 0.5% -
HSV(B) 78.5º 0.94% 0.95% -
XYZ 48.85 72.31 11.83 -
YUV 195.19 26.31 111.46 -
System Red Green Blue C M Y K H S L
Decimal 172 242 15 0.29 0 0.94 0.05 78.5 0.9 0.5
Hex AC F2 F 1D 0 5E 5 4F 5A 32
Octal 254 362 17 35 0 136 5 117 132 62
Binary 10101100 11110010 1111 11101 0 1011110 101 1001111 1011010 110010

Color Harmonies of #ACF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF20F

Black with #ACF20F

Text Example


Text Example

White with #ACF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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