Html Css Color HEX #ACF00B Inch Worm

📋 copy color: '#ACF00B'

red 172 ◦ green 240 ◦ blue 11

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

Shades of Inch Worm #ACF00B

Tints of Inch Worm #ACF00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.74%

 BLUE value IS 11 (4.69% from 255) = 2.6%

R = 40.66%
G = 56.74%
B = 2.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#ACF00B (or 0xACF00B) is known color: Inch Worm. HEX triplet: AC, F0 and 0B. RGB value is (172,240,11). Sum of RGB (Red+Green+Blue) = 172+240+11=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF00B is #530FF4. Grayscale: #C2C2C2. Windows color (decimal): -5443573 or 782508. OLE color: 782508.

HSL color Cylindrical-coordinate representation of color #ACF00B: hue angle of 77.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF00B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 11 -
CMYK 0.28 0 0.95 0.06
HSL 77.82º 0.91% 0.49% -
HSV(B) 77.82º 0.95% 0.94% -
XYZ 48.23 71.11 11.5 -
YUV 193.56 24.97 112.62 -
System Red Green Blue C M Y K H S L
Decimal 172 240 11 0.28 0 0.95 0.06 77.82 0.91 0.49
Hex AC F0 B 1C 0 5F 6 4E 5B 31
Octal 254 360 13 34 0 137 6 116 133 61
Binary 10101100 11110000 1011 11100 0 1011111 110 1001110 1011011 110001

Color Harmonies of #ACF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF00B

Black with #ACF00B

Text Example


Text Example

White with #ACF00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF00B; }

 p { color: rgb(172,240,11); }

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

background-color css

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

 a { background-color: rgb(172,240,11); }

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

border-color css

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

 span { border-color: rgb(172,240,11); }

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