Html Css Color HEX #ACF41B Inch Worm

📋 copy color: '#ACF41B'

red 172 ◦ green 244 ◦ blue 27

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

Shades of Inch Worm #ACF41B

Tints of Inch Worm #ACF41B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.08%

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

R = 38.83%
G = 55.08%
B = 6.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#ACF41B (or 0xACF41B) is known color: Inch Worm. HEX triplet: AC, F4 and 1B. RGB value is (172,244,27). Sum of RGB (Red+Green+Blue) = 172+244+27=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF41B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF41B is #530BE4. Grayscale: #C6C6C6. Windows color (decimal): -5442533 or 1832108. OLE color: 1832108.

HSL color Cylindrical-coordinate representation of color #ACF41B: hue angle of 79.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACF41B is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 27 -
CMYK 0.30 0 0.89 0.04
HSL 79.91º 0.91% 0.53% -
HSV(B) 79.91º 0.89% 0.96% -
XYZ 49.56 73.55 12.62 -
YUV 197.73 31.65 109.64 -
System Red Green Blue C M Y K H S L
Decimal 172 244 27 0.30 0 0.89 0.04 79.91 0.91 0.53
Hex AC F4 1B 1E 0 59 4 50 5B 35
Octal 254 364 33 36 0 131 4 120 133 65
Binary 10101100 11110100 11011 11110 0 1011001 100 1010000 1011011 110101

Color Harmonies of #ACF41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF41B

Black with #ACF41B

Text Example


Text Example

White with #ACF41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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