Html Css Color HEX #ACDF0E Inch Worm

📋 copy color: '#ACDF0E'

red 172 ◦ green 223 ◦ blue 14

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

Shades of Inch Worm #ACDF0E

Tints of Inch Worm #ACDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 42.05%
G = 54.52%
B = 3.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#ACDF0E (or 0xACDF0E) is known color: Inch Worm. HEX triplet: AC, DF and 0E. RGB value is (172,223,14). Sum of RGB (Red+Green+Blue) = 172+223+14=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF0E is #5320F1. Grayscale: #B8B8B8. Windows color (decimal): -5447922 or 974764. OLE color: 974764.

HSL color Cylindrical-coordinate representation of color #ACDF0E: hue angle of 74.64º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDF0E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 14 -
CMYK 0.23 0 0.94 0.13
HSL 74.64º 0.88% 0.46% -
HSV(B) 74.64º 0.94% 0.87% -
XYZ 43.48 61.58 10.01 -
YUV 183.93 32.1 119.49 -
System Red Green Blue C M Y K H S L
Decimal 172 223 14 0.23 0 0.94 0.13 74.64 0.88 0.46
Hex AC DF E 17 0 5E D 4B 58 2E
Octal 254 337 16 27 0 136 15 113 130 56
Binary 10101100 11011111 1110 10111 0 1011110 1101 1001011 1011000 101110

Color Harmonies of #ACDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF0E

Black with #ACDF0E

Text Example


Text Example

White with #ACDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF0E; }

 p { color: rgb(172,223,14); }

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

background-color css

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

 a { background-color: rgb(172,223,14); }

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

border-color css

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

 span { border-color: rgb(172,223,14); }

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