Html Css Color HEX #ACF314 Inch Worm

📋 copy color: '#ACF314'

red 172 ◦ green 243 ◦ blue 20

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

Shades of Inch Worm #ACF314

Tints of Inch Worm #ACF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.86%

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

R = 39.54%
G = 55.86%
B = 4.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#ACF314 (or 0xACF314) is known color: Inch Worm. HEX triplet: AC, F3 and 14. RGB value is (172,243,20). Sum of RGB (Red+Green+Blue) = 172+243+20=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF314 is #530CEB. Grayscale: #C5C5C5. Windows color (decimal): -5442796 or 1373100. OLE color: 1373100.

HSL color Cylindrical-coordinate representation of color #ACF314: hue angle of 79.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF314 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 20 -
CMYK 0.29 0 0.92 0.05
HSL 79.1º 0.9% 0.52% -
HSV(B) 79.1º 0.92% 0.95% -
XYZ 49.19 72.92 12.14 -
YUV 196.35 28.48 110.63 -
System Red Green Blue C M Y K H S L
Decimal 172 243 20 0.29 0 0.92 0.05 79.1 0.9 0.52
Hex AC F3 14 1D 0 5C 5 4F 5A 34
Octal 254 363 24 35 0 134 5 117 132 64
Binary 10101100 11110011 10100 11101 0 1011100 101 1001111 1011010 110100

Color Harmonies of #ACF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF314

Black with #ACF314

Text Example


Text Example

White with #ACF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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