Html Css Color HEX #ACF51B Inch Worm

📋 copy color: '#ACF51B'

red 172 ◦ green 245 ◦ blue 27

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

Shades of Inch Worm #ACF51B

Tints of Inch Worm #ACF51B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.18%

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

R = 38.74%
G = 55.18%
B = 6.08%

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

#ACF51B (or 0xACF51B) is known color: Inch Worm. HEX triplet: AC, F5 and 1B. RGB value is (172,245,27). Sum of RGB (Red+Green+Blue) = 172+245+27=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF51B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF51B is #530AE4. Grayscale: #C7C7C7. Windows color (decimal): -5442277 or 1832364. OLE color: 1832364.

HSL color Cylindrical-coordinate representation of color #ACF51B: hue angle of 80.09º degrees, saturation: 0.92, 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 #ACF51B is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 27 -
CMYK 0.30 0 0.89 0.04
HSL 80.09º 0.92% 0.53% -
HSV(B) 80.09º 0.89% 0.96% -
XYZ 49.86 74.15 12.72 -
YUV 198.32 31.32 109.23 -
System Red Green Blue C M Y K H S L
Decimal 172 245 27 0.30 0 0.89 0.04 80.09 0.92 0.53
Hex AC F5 1B 1E 0 59 4 50 5C 35
Octal 254 365 33 36 0 131 4 120 134 65
Binary 10101100 11110101 11011 11110 0 1011001 100 1010000 1011100 110101

Color Harmonies of #ACF51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF51B

Black with #ACF51B

Text Example


Text Example

White with #ACF51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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