Html Css Color HEX #ACF114 Inch Worm

📋 copy color: '#ACF114'

red 172 ◦ green 241 ◦ blue 20

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

Shades of Inch Worm #ACF114

Tints of Inch Worm #ACF114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 39.72%
G = 55.66%
B = 4.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#ACF114 (or 0xACF114) is known color: Inch Worm. HEX triplet: AC, F1 and 14. RGB value is (172,241,20). Sum of RGB (Red+Green+Blue) = 172+241+20=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF114 is #530EEB. Grayscale: #C3C3C3. Windows color (decimal): -5443308 or 1372588. OLE color: 1372588.

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

Color convert

RGB 172 241 20 -
CMYK 0.29 0 0.92 0.05
HSL 78.73º 0.89% 0.51% -
HSV(B) 78.73º 0.92% 0.95% -
XYZ 48.59 71.73 11.95 -
YUV 195.18 29.14 111.47 -
System Red Green Blue C M Y K H S L
Decimal 172 241 20 0.29 0 0.92 0.05 78.73 0.89 0.51
Hex AC F1 14 1D 0 5C 5 4F 59 33
Octal 254 361 24 35 0 134 5 117 131 63
Binary 10101100 11110001 10100 11101 0 1011100 101 1001111 1011001 110011

Color Harmonies of #ACF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF114

Black with #ACF114

Text Example


Text Example

White with #ACF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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