Html Css Color HEX #ACF11E Inch Worm

📋 copy color: '#ACF11E'

red 172 ◦ green 241 ◦ blue 30

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

Shades of Inch Worm #ACF11E

Tints of Inch Worm #ACF11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.77%

R = 38.83%
G = 54.4%
B = 6.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#ACF11E (or 0xACF11E) is known color: Inch Worm. HEX triplet: AC, F1 and 1E. RGB value is (172,241,30). Sum of RGB (Red+Green+Blue) = 172+241+30=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF11E is #530EE1. Grayscale: #C5C5C5. Windows color (decimal): -5443298 or 2027948. OLE color: 2027948.

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

Color convert

RGB 172 241 30 -
CMYK 0.29 0 0.88 0.05
HSL 79.62º 0.88% 0.53% -
HSV(B) 79.62º 0.88% 0.95% -
XYZ 48.7 71.77 12.52 -
YUV 196.32 34.14 110.66 -
System Red Green Blue C M Y K H S L
Decimal 172 241 30 0.29 0 0.88 0.05 79.62 0.88 0.53
Hex AC F1 1E 1D 0 58 5 50 58 35
Octal 254 361 36 35 0 130 5 120 130 65
Binary 10101100 11110001 11110 11101 0 1011000 101 1010000 1011000 110101

Color Harmonies of #ACF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF11E

Black with #ACF11E

Text Example


Text Example

White with #ACF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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