Html Css Color HEX #ACDF1E Inch Worm

📋 copy color: '#ACDF1E'

red 172 ◦ green 223 ◦ blue 30

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

Shades of Inch Worm #ACDF1E

Tints of Inch Worm #ACDF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 40.47%
G = 52.47%
B = 7.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#ACDF1E (or 0xACDF1E) is known color: Inch Worm. HEX triplet: AC, DF and 1E. RGB value is (172,223,30). Sum of RGB (Red+Green+Blue) = 172+223+30=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF1E is #5320E1. Grayscale: #BABABA. Windows color (decimal): -5447906 or 2023340. OLE color: 2023340.

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

Color convert

RGB 172 223 30 -
CMYK 0.23 0 0.87 0.13
HSL 75.85º 0.76% 0.5% -
HSV(B) 75.85º 0.87% 0.87% -
XYZ 43.64 61.64 10.83 -
YUV 185.75 40.1 118.19 -
System Red Green Blue C M Y K H S L
Decimal 172 223 30 0.23 0 0.87 0.13 75.85 0.76 0.5
Hex AC DF 1E 17 0 57 D 4C 4C 32
Octal 254 337 36 27 0 127 15 114 114 62
Binary 10101100 11011111 11110 10111 0 1010111 1101 1001100 1001100 110010

Color Harmonies of #ACDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF1E

Black with #ACDF1E

Text Example


Text Example

White with #ACDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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