Html Css Color HEX #ACF514 Inch Worm

📋 copy color: '#ACF514'

red 172 ◦ green 245 ◦ blue 20

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

Shades of Inch Worm #ACF514

Tints of Inch Worm #ACF514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 39.36%
G = 56.06%
B = 4.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#ACF514 (or 0xACF514) is known color: Inch Worm. HEX triplet: AC, F5 and 14. RGB value is (172,245,20). Sum of RGB (Red+Green+Blue) = 172+245+20=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF514 is #530AEB. Grayscale: #C6C6C6. Windows color (decimal): -5442284 or 1373612. OLE color: 1373612.

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

Color convert

RGB 172 245 20 -
CMYK 0.30 0 0.92 0.04
HSL 79.47º 0.92% 0.52% -
HSV(B) 79.47º 0.92% 0.96% -
XYZ 49.79 74.13 12.35 -
YUV 197.52 27.82 109.8 -
System Red Green Blue C M Y K H S L
Decimal 172 245 20 0.30 0 0.92 0.04 79.47 0.92 0.52
Hex AC F5 14 1E 0 5C 4 4F 5C 34
Octal 254 365 24 36 0 134 4 117 134 64
Binary 10101100 11110101 10100 11110 0 1011100 100 1001111 1011100 110100

Color Harmonies of #ACF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF514

Black with #ACF514

Text Example


Text Example

White with #ACF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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