Html Css Color HEX #ACF413 Inch Worm

📋 copy color: '#ACF413'

red 172 ◦ green 244 ◦ blue 19

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

Shades of Inch Worm #ACF413

Tints of Inch Worm #ACF413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 39.54%
G = 56.09%
B = 4.37%

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

#ACF413 (or 0xACF413) is known color: Inch Worm. HEX triplet: AC, F4 and 13. RGB value is (172,244,19). Sum of RGB (Red+Green+Blue) = 172+244+19=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF413 is #530BEC. Grayscale: #C5C5C5. Windows color (decimal): -5442541 or 1307820. OLE color: 1307820.

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

Color convert

RGB 172 244 19 -
CMYK 0.30 0 0.92 0.04
HSL 79.2º 0.91% 0.52% -
HSV(B) 79.2º 0.92% 0.96% -
XYZ 49.48 73.52 12.2 -
YUV 196.82 27.65 110.3 -
System Red Green Blue C M Y K H S L
Decimal 172 244 19 0.30 0 0.92 0.04 79.2 0.91 0.52
Hex AC F4 13 1E 0 5C 4 4F 5B 34
Octal 254 364 23 36 0 134 4 117 133 64
Binary 10101100 11110100 10011 11110 0 1011100 100 1001111 1011011 110100

Color Harmonies of #ACF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF413

Black with #ACF413

Text Example


Text Example

White with #ACF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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