Html Css Color HEX #ACF315 Inch Worm

📋 copy color: '#ACF315'

red 172 ◦ green 243 ◦ blue 21

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

Shades of Inch Worm #ACF315

Tints of Inch Worm #ACF315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 39.45%
G = 55.73%
B = 4.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#ACF315 (or 0xACF315) is known color: Inch Worm. HEX triplet: AC, F3 and 15. RGB value is (172,243,21). Sum of RGB (Red+Green+Blue) = 172+243+21=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF315 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF315 is #530CEA. Grayscale: #C5C5C5. Windows color (decimal): -5442795 or 1438636. OLE color: 1438636.

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

Color convert

RGB 172 243 21 -
CMYK 0.29 0 0.91 0.05
HSL 79.19º 0.9% 0.52% -
HSV(B) 79.19º 0.91% 0.95% -
XYZ 49.2 72.93 12.19 -
YUV 196.46 28.98 110.55 -
System Red Green Blue C M Y K H S L
Decimal 172 243 21 0.29 0 0.91 0.05 79.19 0.9 0.52
Hex AC F3 15 1D 0 5B 5 4F 5A 34
Octal 254 363 25 35 0 133 5 117 132 64
Binary 10101100 11110011 10101 11101 0 1011011 101 1001111 1011010 110100

Color Harmonies of #ACF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF315

Black with #ACF315

Text Example


Text Example

White with #ACF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF315; }

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

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

background-color css

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

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

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

border-color css

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

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

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