Html Css Color HEX #ACF115 Inch Worm

📋 copy color: '#ACF115'

red 172 ◦ green 241 ◦ blue 21

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

Shades of Inch Worm #ACF115

Tints of Inch Worm #ACF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 39.63%
G = 55.53%
B = 4.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#ACF115 (or 0xACF115) is known color: Inch Worm. HEX triplet: AC, F1 and 15. RGB value is (172,241,21). Sum of RGB (Red+Green+Blue) = 172+241+21=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF115 is #530EEA. Grayscale: #C4C4C4. Windows color (decimal): -5443307 or 1438124. OLE color: 1438124.

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

Color convert

RGB 172 241 21 -
CMYK 0.29 0 0.91 0.05
HSL 78.82º 0.89% 0.51% -
HSV(B) 78.82º 0.91% 0.95% -
XYZ 48.6 71.74 11.99 -
YUV 195.29 29.64 111.39 -
System Red Green Blue C M Y K H S L
Decimal 172 241 21 0.29 0 0.91 0.05 78.82 0.89 0.51
Hex AC F1 15 1D 0 5B 5 4F 59 33
Octal 254 361 25 35 0 133 5 117 131 63
Binary 10101100 11110001 10101 11101 0 1011011 101 1001111 1011001 110011

Color Harmonies of #ACF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF115

Black with #ACF115

Text Example


Text Example

White with #ACF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF115; }

 p { color: rgb(172,241,21); }

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

background-color css

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

 a { background-color: rgb(172,241,21); }

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

border-color css

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

 span { border-color: rgb(172,241,21); }

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