Html Css Color HEX #ACF10D Inch Worm

📋 copy color: '#ACF10D'

red 172 ◦ green 241 ◦ blue 13

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

Shades of Inch Worm #ACF10D

Tints of Inch Worm #ACF10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.57%

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 40.38%
G = 56.57%
B = 3.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#ACF10D (or 0xACF10D) is known color: Inch Worm. HEX triplet: AC, F1 and 0D. RGB value is (172,241,13). Sum of RGB (Red+Green+Blue) = 172+241+13=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF10D is #530EF2. Grayscale: #C3C3C3. Windows color (decimal): -5443315 or 913836. OLE color: 913836.

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

Color convert

RGB 172 241 13 -
CMYK 0.29 0 0.95 0.05
HSL 78.16º 0.9% 0.5% -
HSV(B) 78.16º 0.95% 0.95% -
XYZ 48.54 71.71 11.66 -
YUV 194.38 25.64 112.04 -
System Red Green Blue C M Y K H S L
Decimal 172 241 13 0.29 0 0.95 0.05 78.16 0.9 0.5
Hex AC F1 D 1D 0 5F 5 4E 5A 32
Octal 254 361 15 35 0 137 5 116 132 62
Binary 10101100 11110001 1101 11101 0 1011111 101 1001110 1011010 110010

Color Harmonies of #ACF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF10D

Black with #ACF10D

Text Example


Text Example

White with #ACF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF10D; }

 p { color: rgb(172,241,13); }

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

background-color css

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

 a { background-color: rgb(172,241,13); }

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

border-color css

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

 span { border-color: rgb(172,241,13); }

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