Html Css Color HEX #ACF01B Inch Worm

📋 copy color: '#ACF01B'

red 172 ◦ green 240 ◦ blue 27

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

Shades of Inch Worm #ACF01B

Tints of Inch Worm #ACF01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.15%

R = 39.18%
G = 54.67%
B = 6.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#ACF01B (or 0xACF01B) is known color: Inch Worm. HEX triplet: AC, F0 and 1B. RGB value is (172,240,27). Sum of RGB (Red+Green+Blue) = 172+240+27=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF01B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF01B is #530FE4. Grayscale: #C4C4C4. Windows color (decimal): -5443557 or 1831084. OLE color: 1831084.

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

Color convert

RGB 172 240 27 -
CMYK 0.28 0 0.89 0.06
HSL 79.15º 0.88% 0.52% -
HSV(B) 79.15º 0.89% 0.94% -
XYZ 48.37 71.17 12.22 -
YUV 195.39 32.97 111.32 -
System Red Green Blue C M Y K H S L
Decimal 172 240 27 0.28 0 0.89 0.06 79.15 0.88 0.52
Hex AC F0 1B 1C 0 59 6 4F 58 34
Octal 254 360 33 34 0 131 6 117 130 64
Binary 10101100 11110000 11011 11100 0 1011001 110 1001111 1011000 110100

Color Harmonies of #ACF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF01B

Black with #ACF01B

Text Example


Text Example

White with #ACF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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